Changes between Initial Version and Version 1 of Ticket #21148
- Timestamp:
- Sep 23, 2013, 5:15:23 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21148 – Description
initial v1 1 ``` 1 {{{ 2 2 ./runtests.py select_for_update swappable_models --settings=test_sqlite 3 3 Creating test database for alias 'default'... … … 39 39 Destroying test database for alias 'default'... 40 40 Destroying test database for alias 'other'... 41 ``` 41 }}} 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.