index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
2011-11-18
Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-30
Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...
Aymeric Augustin
2011-10-29
Used the decorator syntax consistently to register template filters.
Aymeric Augustin
2011-10-19
Fixed #14806 -- Added support for contextual translations to the `trans` and ...
Julien Phalip
2011-09-08
Fixed #16721 -- Made sure that blocktrans correctly handles percents (%), eve...
Jannis Leidel
2011-09-08
Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...
Jannis Leidel
2011-08-30
Fixed #16717 -- Added ability to store result of trans template tag in contex...
Jannis Leidel
2011-08-25
Fixed #16677 -- Fixed the future version of the ssi template tag to work with...
Julien Phalip
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-04
Fixed #16402 -- Correctly check for number of arguments to new language templ...
Jannis Leidel
2011-07-04
Fixed #16332 -- Added language template tag that switches the activate langua...
Jannis Leidel
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-06-05
Enhanced a bit the documentation and docstring for the url template tag. Also...
Ramiro Morales
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-02
Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError i...
Jannis Leidel
2010-12-18
Fixes #7817 and #9456.
Chris Beaven
2010-12-12
Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...
Jannis Leidel
2010-11-27
Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...
Russell Keith-Magee
2010-11-20
Fixed #14389, #9666 -- Started the migration path to make the first argument ...
Russell Keith-Magee
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-10-29
Fixed #14181 -- Added a template tag and filters to allow localization to be ...
Russell Keith-Magee
2010-10-16
Fixed #14126 -- Fixed an issue with changes to the blocktrans tag introduced ...
Jannis Leidel
2010-10-01
Fixed #13568 -- Fixed the blocktrans tag to not raise a KeyError if the numbe...
Jannis Leidel
2010-05-01
Fixed #13453: Corrected typo in template syntax error message. Thanks jheasly.
Karen Tracey
2010-02-21
Fixed #5972 - Allow the template filters to be used with the trans tag. Thank...
Jannis Leidel
2010-01-26
Fixed #6587 -- Removed nasty __path__ hacking in templatetag loading. Thanks ...
Russell Keith-Magee
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-06-18
Fixed #11270 -- Modified cache template tag to prevent the creation of very l...
Russell Keith-Magee
2009-04-11
Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.
Malcolm Tredinnick
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
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
[prev]
[next]