1. 06 Şub, 2015 1 kayıt (commit)
  2. 03 Şub, 2015 1 kayıt (commit)
  3. 17 Ock, 2015 1 kayıt (commit)
  4. 12 Ock, 2015 1 kayıt (commit)
  5. 08 Ock, 2015 1 kayıt (commit)
  6. 30 Ara, 2014 1 kayıt (commit)
  7. 28 Ara, 2014 1 kayıt (commit)
  8. 08 Ara, 2014 1 kayıt (commit)
  9. 06 Ara, 2014 1 kayıt (commit)
  10. 01 Ara, 2014 1 kayıt (commit)
  11. 13 Kas, 2014 1 kayıt (commit)
    • Michael Manfre's avatar
      Fixed #16358 - Made memcache backend delete old value on a failure to set. · bc8abe36
      Michael Manfre yazdı
      Default Memcached configuration allows for a maximum object of 1MB and
      will fail to set the key if it is too large. The key will be deleted from
      memcached if it fails to be set. This is needed to avoid an issue with
      cache_db session backend using the old value stored in memcached, instead
      of the newer value stored in the database.
      bc8abe36
  12. 03 Kas, 2014 2 kayıt (commit)
  13. 22 Eki, 2014 1 kayıt (commit)
  14. 19 Eki, 2014 1 kayıt (commit)
    • Loic Bistuer's avatar
      Moved a test case that caused deprecation warnings. · 968510e5
      Loic Bistuer yazdı
      `cache.tests.TestEtagWithAdmin` loaded views from the `admin_views` test
      package. This is problematic because when the `cache` test package is
      run in isolation, `admin_views` isn't in INSTALLED_APPS, and therefore
      loading its models isn't allowed since the app loading refactor.
      968510e5
  15. 28 Eyl, 2014 1 kayıt (commit)
  16. 05 Eyl, 2014 1 kayıt (commit)
  17. 30 Agu, 2014 2 kayıt (commit)
  18. 23 Haz, 2014 1 kayıt (commit)
  19. 16 Haz, 2014 1 kayıt (commit)
  20. 09 May, 2014 2 kayıt (commit)
  21. 23 Nis, 2014 1 kayıt (commit)
  22. 21 Nis, 2014 2 kayıt (commit)
  23. 06 Nis, 2014 1 kayıt (commit)
  24. 22 Mar, 2014 2 kayıt (commit)
  25. 21 Mar, 2014 2 kayıt (commit)
  26. 09 Mar, 2014 1 kayıt (commit)
  27. 05 Mar, 2014 1 kayıt (commit)
  28. 04 Mar, 2014 2 kayıt (commit)
  29. 03 Mar, 2014 1 kayıt (commit)
  30. 08 Şub, 2014 1 kayıt (commit)
  31. 04 Şub, 2014 1 kayıt (commit)
    • Claude Paroz's avatar
      Fixed #21911 -- Made admin views redirect to login when needed · be0ad629
      Claude Paroz yazdı
      Historically, the Django admin used to pass through the request
      from an unauthorized access to the login view directly. Now we
      are using a proper redirection, which is also preventing
      inadvertantly changing data when POSTing login data to an admin
      view when user is already authorized.
      Thanks Marc Tamlyn and Tim Graham for the reviews.
      be0ad629
  32. 02 Şub, 2014 1 kayıt (commit)
  33. 28 Ara, 2013 1 kayıt (commit)