1. 31 Ara, 2015 1 kayıt (commit)
  2. 23 Eyl, 2015 1 kayıt (commit)
  3. 24 Haz, 2015 1 kayıt (commit)
  4. 20 May, 2015 1 kayıt (commit)
  5. 06 Şub, 2015 1 kayıt (commit)
  6. 10 Ock, 2015 1 kayıt (commit)
  7. 30 Ara, 2014 1 kayıt (commit)
  8. 03 Haz, 2014 1 kayıt (commit)
  9. 06 Nis, 2014 1 kayıt (commit)
  10. 03 Nis, 2014 1 kayıt (commit)
  11. 14 Şub, 2014 1 kayıt (commit)
  12. 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
  13. 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
  14. 01 Tem, 2013 1 kayıt (commit)
  15. 26 Şub, 2013 1 kayıt (commit)