-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
table not found for models stored in secondary database #25
Comments
Please post the full traceback. It's impossible to tell what the issue could be with just the information provided so far. Is there a particular reason you think it's a problem due to django-admin-row-actions? Have you verified that you setup your database routers correctly? |
the method in my ModelAdmin :
the error only appends when the action is laucnh. the model and the strandard admin functions.
|
Some of my models are store in a dedicated database and using :
in settings.py :
in models.py :
and in my modelAdmin classes :
using = 'catalog'
makes an exception :
no such table: __mytable
The text was updated successfully, but these errors were encountered: