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