index
:
chango.git
devmain
fix-31295
initial-branch
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
2008-08-25
Fixed #7460 -- Made the "cache" template tag always generate keys that can be
Malcolm Tredinnick
2008-06-26
Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to ...
Adrian Holovaty
2008-03-17
Fixed #4539 -- Fixed a subtle context resolving bug in the i18n template tag.
Malcolm Tredinnick
2007-11-18
Fixed #5969 -- Corrected a problem introduced in [6682].
Malcolm Tredinnick
2007-11-17
Fixed a few problems with variable resolving inside of blocktrans tags. A cou...
Malcolm Tredinnick
2007-10-23
Removed a bunch of DOS line endings. Somehow I didn't convert this correctly in
Malcolm Tredinnick
2007-10-21
Fixed #1065 -- Added a "cache" template tag. Thanks, Ian Maurer and, particul...
Malcolm Tredinnick
2007-10-20
Fixed #4982 -- Fixed handling of '%' symbols in 'blocktrans' blocks. Thanks,
Malcolm Tredinnick
2007-09-21
Fixed #3453: introduced a new template variable resolution system by Brian Ha...
Jacob Kaplan-Moss
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-07-21
Second half of little cleanup tweaks suggested by pyflakes.
Jacob Kaplan-Moss
2006-07-04
Made django/utils/translation.py into a package django/utils/translation, whi...
Adrian Holovaty
2006-05-16
fixed #1660: added support functions and tags for bidi language support
Georg Bauer
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
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