1. 26 Nis, 2014 1 kayıt (commit)
  2. 06 Nis, 2014 1 kayıt (commit)
  3. 03 Nis, 2014 1 kayıt (commit)
  4. 11 Mar, 2014 1 kayıt (commit)
  5. 08 Mar, 2014 3 kayıt (commit)
  6. 03 Mar, 2014 1 kayıt (commit)
  7. 18 Şub, 2014 1 kayıt (commit)
  8. 28 Ock, 2014 1 kayıt (commit)
  9. 25 Ock, 2014 1 kayıt (commit)
  10. 20 Ock, 2014 2 kayıt (commit)
  11. 14 Ock, 2014 1 kayıt (commit)
    • 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
  12. 01 Ock, 2014 1 kayıt (commit)
  13. 28 Ara, 2013 2 kayıt (commit)
  14. 22 Ara, 2013 2 kayıt (commit)
    • Aymeric Augustin's avatar
      Deprecated load_app(). · f25fa9d8
      Aymeric Augustin yazdı
      Adjusted several tests that used it to add apps to the app cache and
      then attempted to remove them by manipulating attributes directly.
      
      Also renamed invalid_models to invalid_models_tests to avoid clashing
      application labels between the outer and the inner invalid_models
      applications.
      f25fa9d8
    • Aymeric Augustin's avatar
      Removed the only_installed argument of get_app_config[s]. · 972babc3
      Aymeric Augustin yazdı
      It wasn't used anywhere and couldn't be implemented any more since
      non-installed apps no longer have a configuration.
      972babc3
  15. 17 Ara, 2013 2 kayıt (commit)
    • Aymeric Augustin's avatar
      Removed superfluous models.py files. · 6e895f9e
      Aymeric Augustin yazdı
      Added comments in the three empty models.py files that are still needed.
      
      Adjusted the test runner to add applications corresponding to test
      labels to INSTALLED_APPS even when they don't have a models module.
      6e895f9e
    • Aymeric Augustin's avatar
      Added get_app_config() to look up app configs by label. · a4cb1400
      Aymeric Augustin yazdı
      Refactored get_app() to rely on that method.
      
      get_app() starts by calling _populate(), which goes through
      INSTALLED_APPS and, for each app, imports the app module and attempts to
      import the models module. At this point, no further imports are
      necessary to return the models module for a  given app. Therefore, the
      implementation of get_app() can be simplified and the safeguards for
      race conditions can be removed.
      
      Besides, the emptyOK parameter isn't used anywhere in Django. It was
      introduced in d6c95e93 but not actually used nor documented, and it has
      just been carried around since then. Since it's an obscure private API,
      it's acceptable to stop supporting it without a deprecation path. This
      branch aims at providing first-class support for applications without a
      models module eventually.
      
      For backwards-compatibility, get_app() still raises ImproperlyConfigured
      when an app isn't found, even though LookupError is technically more
      correct. I haven't gone as far as to preserve the exact error messages.
      I've adjusted a few tests instead.
      a4cb1400
  16. 03 Kas, 2013 1 kayıt (commit)
  17. 02 Kas, 2013 1 kayıt (commit)
  18. 26 Eki, 2013 1 kayıt (commit)
  19. 23 Eki, 2013 2 kayıt (commit)
  20. 21 Eki, 2013 1 kayıt (commit)
  21. 18 Eki, 2013 2 kayıt (commit)
  22. 17 Eki, 2013 1 kayıt (commit)
  23. 14 Eki, 2013 1 kayıt (commit)
  24. 10 Eki, 2013 1 kayıt (commit)
    • Tim Graham's avatar
      Whitespace cleanup. · 1dae4ac1
      Tim Graham yazdı
      * Removed trailing whitespace.
      * Added newline to EOF if missing.
      * Removed blank lines at EOF.
      * Removed some stray tabs.
      1dae4ac1
  25. 30 Eyl, 2013 1 kayıt (commit)
  26. 08 Eyl, 2013 1 kayıt (commit)
  27. 30 Tem, 2013 3 kayıt (commit)
  28. 29 Tem, 2013 2 kayıt (commit)
  29. 01 Tem, 2013 1 kayıt (commit)