Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Negligible formatting changes to django/template/__init__...Adrian Holovaty2007-12-221-23/+23
* Changed an '== None' to 'is None' in Template.__init__()Adrian Holovaty2007-12-221-1/+1
* Moved the various Debug classes in django.template to a n...Adrian Holovaty2007-12-221-93/+2
* Fixed #6057 -- Mark rendered template output as safe for ...Malcolm Tredinnick2007-11-301-1/+1
* Fixed #5890 -- fixed the far edge-case of allowing consta...Malcolm Tredinnick2007-11-281-2/+2
* Fixed #5945 -- Treat string literals in template filter a...Malcolm Tredinnick2007-11-171-2/+2
* Fixed #4713 -- Fixed handling of _() in template tag argu...Malcolm Tredinnick2007-11-171-3/+11
* Implemented auto-escaping of variable output in templates...Malcolm Tredinnick2007-11-141-25/+45
* Fixed #3453: introduced a new template variable resolutio...Jacob Kaplan-Moss2007-09-211-46/+106
* Fixed #3036 -- Fixed some doctest strings that were faili...Russell Keith-Magee2007-09-151-16/+11
* Fixed #5445: added some compatibility code for the lack o...Jacob Kaplan-Moss2007-09-141-1/+2
* Fixed #4772 -- Fixed reverse URL creation to work with no...Malcolm Tredinnick2007-07-071-2/+2
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-20/+21
* Backed out the changes in [5482] for a bit whilst some mo...Malcolm Tredinnick2007-06-221-57/+28
* Trivial formatting changes.Malcolm Tredinnick2007-06-171-4/+0
* Fixed #4565 -- Changed template rendering to use iterator...Malcolm Tredinnick2007-06-171-27/+57
* Fixed #4378 -- Fixed a broken format string.Malcolm Tredinnick2007-05-241-1/+1
* Fixed #3753 -- Allow optional display of invalid variable...Malcolm Tredinnick2007-05-081-0/+9
* Fixed #4180 -- Fixed docstring typo noticed by Gary Wilson.Malcolm Tredinnick2007-04-281-1/+1
* Fixed #4176 -- Fixed unintended change introduced in [510...Malcolm Tredinnick2007-04-281-1/+1
* Minor tweak. Removed unnecessary argument default.Malcolm Tredinnick2007-04-271-1/+1
* Fixed #4164, #4171 -- Reworked some of the template lexer...Malcolm Tredinnick2007-04-271-19/+28
* Fixed #4040 -- Changed uses of has_key() to "in". Slight ...Malcolm Tredinnick2007-04-261-1/+1
* Fixed #3948 -- Added some extra relevant information to F...Malcolm Tredinnick2007-04-251-3/+3
* Fixed #3670 -- Fixed template argument parsing so that it...Malcolm Tredinnick2007-03-091-5/+4
* Fixed #3465: template variable lookups like {{ foobar.13 ...Jacob Kaplan-Moss2007-02-271-1/+5
* Fixed #3558: [4558] broken in Python 2.3; this fixes that...Jacob Kaplan-Moss2007-02-241-6/+6
* Fixed #343: filters that take strings now handle non-stri...Jacob Kaplan-Moss2007-02-231-0/+2
* Fixed #3468 -- fixed typo in VariableDoesNotExist.__str__...Malcolm Tredinnick2007-02-091-1/+1
* Fixed #3441: VariableDoesNotExist is now a bit lazier abo...Jacob Kaplan-Moss2007-02-061-2/+8
* Template system now supports variables whose str() return...Adrian Holovaty2006-12-051-1/+5
* Fixed #2343: Library.inclusion_tag now accepts a list of ...Jacob Kaplan-Moss2006-11-071-2/+5
* Fixed #2968 -- Changed arguments to __import__ to use emp...Adrian Holovaty2006-10-301-1/+1
* Fixed #648 -- Added comment syntax to template system: {#...Adrian Holovaty2006-10-241-4/+10
* Fixed #2208 -- Allow empty arguments to be passed to filt...Malcolm Tredinnick2006-09-261-1/+1
* Fixed #2645 -- Fixed format-string error in exception cal...Adrian Holovaty2006-09-051-1/+1
* Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_I...Russell Keith-Magee2006-09-041-2/+5
* Refs #2333 - Added documentation for the test Client, and...Russell Keith-Magee2006-09-031-1/+0
* Refs #2333 - Removed a call to the signal dispatcher that...Russell Keith-Magee2006-09-021-2/+0
* Refs #2333 - Re-added the template rendering signal for t...Russell Keith-Magee2006-09-021-1/+5
* Refs #1400 - Reverted r3269. Template variable evalution ...Russell Keith-Magee2006-08-301-5/+1
* Reverted [3659], the 'name' field on Template objects and...Adrian Holovaty2006-08-271-5/+1
* Refs #2333 - Added a signal that is emitted whenever a te...Russell Keith-Magee2006-08-271-1/+5
* Negligible formatting change to django/template/__init__.pyAdrian Holovaty2006-07-251-1/+1
* Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss2006-07-211-1/+1
* Fixed #1647 -- Included slightly more information in temp...Malcolm Tredinnick2006-07-191-2/+2
* Fixed #2320 -- corrected numerous errors in the custom ta...Malcolm Tredinnick2006-07-101-2/+2
* Fixed #2303 -- Fixed bug in [3269] with regard to True an...Adrian Holovaty2006-07-081-2/+2
* Refs #1400 -- Variable resolver now converts literal stri...Russell Keith-Magee2006-07-041-1/+5
* Fixes #1338, Refs #1400, #2237 -- Modified variable resol...Russell Keith-Magee2006-07-041-3/+6