1. 10 Ock, 2015 1 kayıt (commit)
  2. 16 Ara, 2014 1 kayıt (commit)
  3. 04 Kas, 2014 1 kayıt (commit)
  4. 03 Kas, 2014 1 kayıt (commit)
  5. 15 Eyl, 2014 1 kayıt (commit)
  6. 14 Agu, 2014 2 kayıt (commit)
  7. 12 Agu, 2014 1 kayıt (commit)
  8. 24 Tem, 2014 1 kayıt (commit)
  9. 09 Tem, 2014 1 kayıt (commit)
  10. 07 Tem, 2014 1 kayıt (commit)
  11. 26 Haz, 2014 1 kayıt (commit)
  12. 02 Haz, 2014 1 kayıt (commit)
  13. 15 May, 2014 1 kayıt (commit)
  14. 06 Nis, 2014 1 kayıt (commit)
  15. 03 Nis, 2014 1 kayıt (commit)
  16. 22 Mar, 2014 1 kayıt (commit)
  17. 21 Mar, 2014 1 kayıt (commit)
  18. 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
  19. 03 Ock, 2014 1 kayıt (commit)
  20. 02 Ock, 2014 1 kayıt (commit)
  21. 23 Ara, 2013 1 kayıt (commit)
  22. 03 Kas, 2013 2 kayıt (commit)
  23. 02 Kas, 2013 2 kayıt (commit)
  24. 26 Eki, 2013 1 kayıt (commit)
  25. 23 Eki, 2013 1 kayıt (commit)
  26. 21 Eki, 2013 1 kayıt (commit)
  27. 18 Eki, 2013 2 kayıt (commit)
  28. 14 Eki, 2013 1 kayıt (commit)
  29. 11 Eki, 2013 1 kayıt (commit)
  30. 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
  31. 14 Eyl, 2013 1 kayıt (commit)
  32. 10 Eyl, 2013 1 kayıt (commit)
  33. 07 Eyl, 2013 1 kayıt (commit)
  34. 06 Eyl, 2013 1 kayıt (commit)
    • Rudy Mutter's avatar
      Fixed #20821 -- Added tooltips to Admin SelectBox widget · c438cc2a
      Rudy Mutter yazdı
      The Admin widget, which can be used to filter multiple selects
      can sometimes be too narrow and hide information such as
      user permissions. This commit adds tooltips to the select
      options so that a user can hover over and see the hidden text.
      c438cc2a
  35. 03 Eyl, 2013 1 kayıt (commit)
  36. 22 Agu, 2013 1 kayıt (commit)