• Marc Tamlyn's avatar
    Fixed #21774 -- Isolate all test urls from eachother. · 2607fa90
    Marc Tamlyn yazdı
    This (nearly) completes the work to isolate all the test modules from
    each other. This is now more important as importing models from another
    module will case PendingDeprecationWarnings if those modules are not in
    INSTALLED_APPS. The only remaining obvious dependencies are:
    
    - d.c.auth depends on d.c.admin (because of the is_admin flag to some
      views), but this is not so important and d.c.admin is in
      always_installed_apps
    - test_client_regress depends on test_client. Eventually these should
      become a single module, as the split serves no useful purpose.
    2607fa90
Adı
Son kayıt (commit)
Son güncelleme
..
app0 Loading commit data...
app1 Loading commit data...
app2 Loading commit data...
app3 Loading commit data...
app4 Loading commit data...
fixtures Loading commit data...
locale Loading commit data...
media Loading commit data...
other_templates Loading commit data...
templates Loading commit data...
templatetags Loading commit data...
tests Loading commit data...
__init__.py Loading commit data...
default_urls.py Loading commit data...
generic_urls.py Loading commit data...
models.py Loading commit data...
regression_21530_urls.py Loading commit data...
urls.py Loading commit data...
views.py Loading commit data...