Changes between Initial Version and Version 1 of Ticket #21148


Ignore:
Timestamp:
Sep 23, 2013, 5:15:23 PM (11 years ago)
Author:
Florian Apolloner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21148 – Description

    initial v1  
    1 ```
     1{{{
    22./runtests.py select_for_update swappable_models --settings=test_sqlite
    33Creating test database for alias 'default'...
     
    3939Destroying test database for alias 'default'...
    4040Destroying test database for alias 'other'...
    41 ```
     41}}}
    4242
    4343This 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.
Back to Top