1. 03 Şub, 2015 1 kayıt (commit)
  2. 02 Şub, 2015 1 kayıt (commit)
  3. 28 Agu, 2014 1 kayıt (commit)
  4. 05 May, 2014 1 kayıt (commit)
  5. 03 Nis, 2014 1 kayıt (commit)
  6. 18 Eyl, 2013 1 kayıt (commit)
  7. 10 Eyl, 2013 1 kayıt (commit)
  8. 03 Eyl, 2013 1 kayıt (commit)
  9. 31 Agu, 2013 1 kayıt (commit)
  10. 21 Haz, 2013 1 kayıt (commit)
  11. 18 May, 2013 1 kayıt (commit)
  12. 29 Nis, 2013 1 kayıt (commit)
  13. 18 Nis, 2013 1 kayıt (commit)
  14. 29 Mar, 2013 2 kayıt (commit)
  15. 20 Eyl, 2012 1 kayıt (commit)
  16. 11 Haz, 2012 1 kayıt (commit)
  17. 06 Haz, 2012 1 kayıt (commit)
  18. 30 Nis, 2012 1 kayıt (commit)
  19. 14 Mar, 2012 1 kayıt (commit)
  20. 14 Eki, 2011 1 kayıt (commit)
  21. 11 Agu, 2011 1 kayıt (commit)
  22. 01 Tem, 2011 1 kayıt (commit)
  23. 30 Haz, 2011 1 kayıt (commit)
  24. 16 Haz, 2011 1 kayıt (commit)
  25. 18 May, 2011 1 kayıt (commit)
  26. 13 May, 2011 1 kayıt (commit)
  27. 09 May, 2011 1 kayıt (commit)
  28. 24 Mar, 2011 2 kayıt (commit)
  29. 15 Mar, 2011 1 kayıt (commit)
  30. 27 Şub, 2011 1 kayıt (commit)
  31. 17 Şub, 2011 1 kayıt (commit)
  32. 14 Şub, 2011 1 kayıt (commit)
  33. 31 Ock, 2011 1 kayıt (commit)
  34. 30 Ock, 2011 2 kayıt (commit)
  35. 16 Ock, 2011 1 kayıt (commit)
  36. 17 Kas, 2010 1 kayıt (commit)
    • Jannis Leidel's avatar
      Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusion… · 33d8fcde
      Jannis Leidel yazdı
      Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusion around the STATICFILES_URL and STATICFILES_ROOT settings.
      
        * Two new global settings that will be used by -- **but are not limited to** -- the staticfiles app: STATIC_ROOT and STATIC_URL.
      
        * Moving the 'django.contrib.staticfiles.templatetags.staticfiles' template tag to the core ('django.templatetags.static') and renaming it to 'get_static_prefix'.
      
        * Moving the context processor 'django.contrib.staticfiles.context_processors.staticfiles' to the core ('django.core.context_processors.static') and renaming it to 'static'.
      
        * Paths in media definitions will use STATIC_URL as the prefix if the value is not None, and falls back to the previously used MEDIA_URL.
      
      Thanks again to the community for constructive criticism and Carl and Russ for sanity-inducing discussions on IRC.
      
      git-svn-id: http://code.djangoproject.com/svn/django/trunk@14592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
      33d8fcde
  37. 11 Kas, 2010 1 kayıt (commit)