Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/templatetags
Commit message (Expand)AuthorAgeFilesLines
...
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-222-2/+4
* Fixed #18254 -- Added ability to the static template tags...Jannis Leidel2012-07-071-4/+59
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-072-6/+9
* Fixed #18393 -- Prevented blocktrans to crash when a vari...Julien Phalip2012-05-281-1/+1
* Fixed #17992 -- Added a public API for localtime.Aymeric Augustin2012-04-291-5/+1
* Fixed #18037 -- Changed behaviour of url and ssi template...Claude Paroz2012-04-241-116/+6
* Removed with_statement imports, useless in Python >= 2.6....Claude Paroz2012-03-302-3/+0
* Fixed #17255 -- Removed "as" prefix from new timezone tem...Jannis Leidel2011-11-181-9/+20
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-0/+191
* Fixed #17135 -- Made it possible to use decorators (like ...Aymeric Augustin2011-10-301-4/+2
* Used the decorator syntax consistently to register templa...Aymeric Augustin2011-10-291-4/+2
* Fixed #14806 -- Added support for contextual translations...Julien Phalip2011-10-191-12/+65
* Fixed #16721 -- Made sure that blocktrans correctly handl...Jannis Leidel2011-09-081-2/+3
* Fixed #16516 -- Relaxed the blocktrans rendering a little...Jannis Leidel2011-09-081-1/+6
* Fixed #16717 -- Added ability to store result of trans te...Jannis Leidel2011-08-301-10/+21
* Fixed #16677 -- Fixed the future version of the ssi templ...Julien Phalip2011-08-261-1/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-133-7/+2
* Fixed #16402 -- Correctly check for number of arguments t...Jannis Leidel2011-07-041-1/+1
* Fixed #16332 -- Added language template tag that switches...Jannis Leidel2011-07-041-7/+46
* Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved stat...Jannis Leidel2011-06-301-1/+19
* Enhanced a bit the documentation and docstring for the ur...Ramiro Morales2011-06-061-4/+32
* Replaced old-style with new-style decorator syntax.Jannis Leidel2011-05-012-14/+11
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-2/+2
* Fixed #15535 -- Stopped the blocktrans template tag from ...Jannis Leidel2011-03-021-1/+1
* Fixes #7817 and #9456.Chris Beaven2010-12-181-26/+38
* Fixed #4030 -- Added ability to translate language names....Jannis Leidel2010-12-131-0/+83
* Fixed #12248 -- Refactored django.template to get code ou...Russell Keith-Magee2010-11-271-1/+2
* Fixed #14389, #9666 -- Started the migration path to make...Russell Keith-Magee2010-11-201-0/+99
* Fixed #14693, #14709 -- Backwards incompatible change to ...Jannis Leidel2010-11-171-0/+84
* Fixed #14181 -- Added a template tag and filters to allow...Russell Keith-Magee2010-10-291-0/+67
* Fixed #14126 -- Fixed an issue with changes to the blockt...Jannis Leidel2010-10-161-2/+1
* Fixed #13568 -- Fixed the blocktrans tag to not raise a K...Jannis Leidel2010-10-011-1/+3
* Fixed #13453: Corrected typo in template syntax error mes...Karen Tracey2010-05-011-1/+1
* Fixed #5972 - Allow the template filters to be used with ...Jannis Leidel2010-02-221-8/+22
* Fixed #6587 -- Removed nasty __path__ hacking in template...Russell Keith-Magee2010-01-261-8/+0
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-9/+9
* Fixed #11270 -- Modified cache template tag to prevent th...Russell Keith-Magee2009-06-181-1/+3
* Fixed #10369 -- Fixed auto-escaping inside "tran" and "bl...Malcolm Tredinnick2009-04-111-3/+3
* Fixed #8193: all dynamic imports in Django are now done c...Jacob Kaplan-Moss2009-03-181-1/+2
* Fixed #7460 -- Made the "cache" template tag always gener...Malcolm Tredinnick2008-08-251-1/+2
* Fixed #6201 -- Improved the {% cache %} template tag to a...Adrian Holovaty2008-06-261-11/+14
* Fixed #4539 -- Fixed a subtle context resolving bug in th...Malcolm Tredinnick2008-03-171-2/+5
* Fixed #5969 -- Corrected a problem introduced in [6682].Malcolm Tredinnick2007-11-181-1/+1
* Fixed a few problems with variable resolving inside of bl...Malcolm Tredinnick2007-11-171-13/+19
* Removed a bunch of DOS line endings. Somehow I didn't con...Malcolm Tredinnick2007-10-231-57/+57
* Fixed #1065 -- Added a "cache" template tag. Thanks, Ian ...Malcolm Tredinnick2007-10-211-0/+57
* Fixed #4982 -- Fixed handling of '%' symbols in 'blocktra...Malcolm Tredinnick2007-10-201-2/+6
* Fixed #3453: introduced a new template variable resolutio...Jacob Kaplan-Moss2007-09-211-3/+3
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-4/+4
* Fixed #2968 -- Changed arguments to __import__ to use emp...Adrian Holovaty2006-10-301-1/+1