1. 25 Ock, 2016 1 kayıt (commit)
  2. 07 Ock, 2016 1 kayıt (commit)
  3. 31 Ara, 2015 1 kayıt (commit)
  4. 23 Ara, 2015 1 kayıt (commit)
  5. 21 Kas, 2015 1 kayıt (commit)
  6. 19 Eyl, 2015 1 kayıt (commit)
    • Travis Jensen's avatar
      Fixed #25424 -- Use force_str for test client URLs. · 1a09b3c3
      Travis Jensen yazdı
      urlparse() fails with an AttributeError ("'__proxy__' object has no
      attribute 'decode'") if reverse_lazy is used to look up the URL
      (this is exactly the same problem that caused ticket #18776). The
      solution is to use force_str() on the path before handing it to
      urlparse().
      1a09b3c3
  7. 12 Eyl, 2015 1 kayıt (commit)
  8. 11 Agu, 2015 1 kayıt (commit)
  9. 01 Tem, 2015 1 kayıt (commit)
  10. 20 May, 2015 1 kayıt (commit)
  11. 18 Mar, 2015 1 kayıt (commit)
  12. 04 Mar, 2015 1 kayıt (commit)
  13. 06 Şub, 2015 1 kayıt (commit)
  14. 03 Şub, 2015 1 kayıt (commit)
  15. 18 Ock, 2015 1 kayıt (commit)
  16. 28 Kas, 2014 1 kayıt (commit)
  17. 25 Kas, 2014 1 kayıt (commit)
  18. 28 Eki, 2014 1 kayıt (commit)
  19. 24 Eyl, 2014 1 kayıt (commit)
  20. 12 Agu, 2014 1 kayıt (commit)
  21. 13 Haz, 2014 1 kayıt (commit)
  22. 29 May, 2014 1 kayıt (commit)
  23. 15 May, 2014 1 kayıt (commit)
  24. 06 Nis, 2014 1 kayıt (commit)
  25. 03 Nis, 2014 1 kayıt (commit)
  26. 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
  27. 09 Ock, 2014 1 kayıt (commit)
  28. 23 Ara, 2013 1 kayıt (commit)
  29. 17 Ara, 2013 1 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
  30. 26 Kas, 2013 1 kayıt (commit)
  31. 03 Kas, 2013 2 kayıt (commit)
  32. 02 Kas, 2013 3 kayıt (commit)
  33. 27 Eki, 2013 1 kayıt (commit)
  34. 26 Eki, 2013 1 kayıt (commit)
  35. 21 Eki, 2013 1 kayıt (commit)
  36. 19 Eki, 2013 1 kayıt (commit)
  37. 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