1. 30 Kas, 2013 1 kayıt (commit)
  2. 08 Tem, 2013 1 kayıt (commit)
  3. 29 Mar, 2013 1 kayıt (commit)
  4. 22 Mar, 2013 1 kayıt (commit)
  5. 02 Ock, 2013 1 kayıt (commit)
  6. 29 Ara, 2012 1 kayıt (commit)
  7. 28 Ara, 2012 1 kayıt (commit)
  8. 13 Mar, 2012 1 kayıt (commit)
  9. 14 Eki, 2011 2 kayıt (commit)
  10. 29 May, 2011 1 kayıt (commit)
  11. 13 May, 2011 1 kayıt (commit)
  12. 22 Ock, 2011 1 kayıt (commit)
  13. 23 Ara, 2010 2 kayıt (commit)
  14. 21 Ara, 2010 1 kayıt (commit)
  15. 19 Ara, 2010 1 kayıt (commit)
  16. 02 Ara, 2010 1 kayıt (commit)
  17. 22 Kas, 2010 1 kayıt (commit)
  18. 17 Kas, 2010 2 kayıt (commit)
    • Jannis Leidel's avatar
      Fixed #10004 and #12320 -- Enabled the makemessages management command to… · 17b329ae
      Jannis Leidel yazdı
      Fixed #10004 and #12320 -- Enabled the makemessages management command to collect comments for translators that start with the "Translators" keyword. Thanks for the report and patches, martinb and Claude Paroz.
      
      git-svn-id: http://code.djangoproject.com/svn/django/trunk@14595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
      17b329ae
    • 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
  19. 13 Kas, 2010 1 kayıt (commit)