1. 19 Ock, 2017 1 kayıt (commit)
  2. 18 Ock, 2017 1 kayıt (commit)
  3. 29 Kas, 2016 1 kayıt (commit)
  4. 11 Kas, 2016 1 kayıt (commit)
  5. 20 Haz, 2016 1 kayıt (commit)
  6. 07 Haz, 2016 1 kayıt (commit)
  7. 15 May, 2016 1 kayıt (commit)
  8. 03 Nis, 2016 1 kayıt (commit)
  9. 29 Ock, 2016 1 kayıt (commit)
  10. 07 Kas, 2015 1 kayıt (commit)
  11. 18 Haz, 2015 2 kayıt (commit)
  12. 16 May, 2015 1 kayıt (commit)
  13. 16 Mar, 2015 1 kayıt (commit)
  14. 20 Şub, 2015 1 kayıt (commit)
    • Loic Bistuer's avatar
      Fixed #24351, #24346 -- Changed the signature of allow_migrate(). · bed504d7
      Loic Bistuer yazdı
      The new signature enables better support for routing RunPython and
      RunSQL operations, especially w.r.t. reusable and third-party apps.
      
      This commit also takes advantage of the deprecation cycle for the old
      signature to remove the backward incompatibility introduced in #22583;
      RunPython and RunSQL won't call allow_migrate() when when the router
      has the old signature.
      
      Thanks Aymeric Augustin and Tim Graham for helping shape up the patch.
      
      Refs 22583.
      bed504d7
  15. 13 Şub, 2015 1 kayıt (commit)
  16. 11 Şub, 2015 1 kayıt (commit)
  17. 06 Şub, 2015 1 kayıt (commit)
  18. 27 Ara, 2014 1 kayıt (commit)
  19. 02 Ara, 2014 1 kayıt (commit)
  20. 01 Ara, 2014 1 kayıt (commit)
  21. 27 Kas, 2014 1 kayıt (commit)
  22. 01 Eki, 2014 1 kayıt (commit)
  23. 09 Nis, 2014 1 kayıt (commit)
  24. 06 Şub, 2014 1 kayıt (commit)
  25. 26 Ock, 2014 1 kayıt (commit)
    • Aymeric Augustin's avatar
      Moved RequestSite and get_current_site. · 9ffab9ce
      Aymeric Augustin yazdı
      Following the app-loading refactor, these objects must live outside of
      django.contrib.sites.models because they must be available without
      importing the django.contrib.sites.models module when
      django.contrib.sites isn't installed.
      
      Refs #21680. Thanks Carl and Loic for reporting this issue.
      9ffab9ce
  26. 23 Ara, 2013 2 kayıt (commit)
  27. 22 Ara, 2013 2 kayıt (commit)
  28. 17 Ara, 2013 1 kayıt (commit)
    • Aymeric Augustin's avatar
      Normalized Model._meta.installed. · 7eea9bf3
      Aymeric Augustin yazdı
      Used the information from the app cache instead of creating a duplicate
      based on INSTALLED_APPS.
      
      Model._meta.installed is no longer writable. It was a rather sketchy way
      to alter private internals anyway.
      7eea9bf3
  29. 24 Şub, 2013 1 kayıt (commit)
  30. 23 Şub, 2013 1 kayıt (commit)
  31. 19 Şub, 2013 1 kayıt (commit)
  32. 07 Haz, 2012 1 kayıt (commit)
  33. 07 Ock, 2012 1 kayıt (commit)
  34. 03 Mar, 2011 1 kayıt (commit)
  35. 04 Eki, 2010 1 kayıt (commit)
  36. 27 Şub, 2009 1 kayıt (commit)
    • Malcolm Tredinnick's avatar
      Invalidate the appropriate SITE_CACHE entry when saving a Site model. · 0dd4ec65
      Malcolm Tredinnick yazdı
      This avoids the problem of, for example, saving a change to the Site model in
      the admin interface and then seeing the wrong instanec returned in the next
      call to get_current_site().
      
      It's still possible to end up with an inconsistent cache if update() is used to
      change the Site model, but that's pretty unavoidable. It's also a slightly odd
      way to update a Site model, so if you really need to do that, you can manage to
      call SiteManager.clear() at the same time.
      
      git-svn-id: http://code.djangoproject.com/svn/django/trunk@9908 bcc190cf-cafb-0310-a4f2-bffc1f526a37
      0dd4ec65
  37. 30 Agu, 2008 1 kayıt (commit)