It causes problems when the default database has no table for the model,
and only the other databases has the table. It causes "Table not found"
query error message.
Pull request: https://github.com/django/django/pull/2522
--
Ticket URL: <https://code.djangoproject.com/ticket/22396>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* easy: 1 => 0
* needs_docs: => 0
Comment:
Could you add a test to demonstrate the problem?
--
Ticket URL: <https://code.djangoproject.com/ticket/22396#comment:1>
* status: new => closed
* resolution: => needsinfo
Comment:
The proposed patch breaks some `admin_view` tests. Please reopen if you
can provide more details and a patch that doesn't break tests. Thanks!
--
Ticket URL: <https://code.djangoproject.com/ticket/22396#comment:2>