summaryrefslogtreecommitdiff
path: root/django/templatetags
AgeCommit message (Expand)Author
2006-01-16magic-removal: changed explicit settings import to qualified settings import ...Georg Bauer
2006-01-16magic-removal: changed explicit settings import to qualified settings import ...Georg Bauer
2006-01-13magic-removal: Moved django.core.template to django.template and updated depe...Joseph Kocherhans
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-25Tiny formatting changes to templatetags/i18n.pyAdrian Holovaty
2005-11-15added missing docstring to the blocktrans template tagGeorg Bauer
2005-11-14fixes bug with blocktrans and parameters not actually doing the translation (...Georg Bauer
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty
2005-09-25Fixed #550 -- Default admin template now checks user permissions, hiding apps...Adrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-02Made a bunch of fixes to auto-generated admin documentation:Jacob Kaplan-Moss
2005-08-01Refactored meta.py -- created a django.core.meta package, with init.py and fi...Adrian Holovaty
2005-07-16More installation streamlining/automation: Added adminapplist templatetag lib...Adrian Holovaty
2005-07-16Removed an unneeded line of code in django/templatetags/adminmedia.pyAdrian Holovaty
2005-07-16Added ADMIN_MEDIA_PREFIX setting instead of hard-coding /m/Adrian Holovaty
2005-07-14Created django.contrib and moved comments into itAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty