Changes between Version 1 and Version 2 of Ticket #21148
- Timestamp:
- Sep 23, 2013, 5:20:10 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21148 – Description
v1 v2 42 42 43 43 This is caused by #15903 -- I don't see an obvious fix though, some stuff requires all models to be registered (tests come to mind where you change INSTALLED_APPS on demand, but the related cache is only filled once) while other stuff (like the collector) should never see models from not installed applications. 44 45 This specific failure doesn't show up if you run the whole testsuite or 46 {{{ 47 ./runtests.py select_for_update swappable_models multiple_database 48 }}}