• Aymeric Augustin's avatar
    Fixed test for models in non-installed apps. · d4b059d3
    Aymeric Augustin yazdı
    Models are now attached to any application they're defined in. Since
    not_installed was inside app_loading, these models were mistakenly
    attached to app_loading. The test that used them passed accidentally
    when run after EggLoadingTest because that class' tearDown() method
    replaces apps.all_models['app_loading'] by a copy of itself, while
    it should remain the same as apps.app_configs['app_loading'].models.
    d4b059d3
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...