| Age | Commit message (Expand) | Author |
| 2007-11-28 | queryset-refactor: Merged from trunk up to [6724]. | Malcolm Tredinnick |
| 2007-11-18 | queryset-refactor: Merged from trunk up to [6689]. | Malcolm Tredinnick |
| 2007-10-23 | queryset-refactor: Merged from trunk up to [6595]. | Malcolm Tredinnick |
| 2007-10-08 | queryset-refactor: Merged changed from trunk up to [6463]. | Malcolm Tredinnick |
| 2007-09-15 | queryset-refactor: Merged to [6300] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6250] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6220] | Adrian Holovaty |
| 2007-09-15 | queryset-refactor: Merged to [6155] | Adrian Holovaty |
| 2007-09-11 | Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introd... | Russell Keith-Magee |
| 2007-08-26 | Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim... | Gary Wilson Jr |
| 2007-08-18 | Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler. | Malcolm Tredinnick |
| 2007-08-06 | Fixed #5006 -- Fixed incorrect/outdated docstring for the 'if' template tag. ... | Adrian Holovaty |
| 2007-07-23 | Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo... | Gary Wilson Jr |
| 2007-07-13 | Fixed #4842 -- Added slightly more robust error reporting. Thanks, Thomas | Malcolm Tredinnick |
| 2007-07-07 | Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments. | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-23 | Fixed a Python 2.3 incompatibility I overlooked in [5516]. | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume | Malcolm Tredinnick |
| 2007-06-22 | Backed out the changes in [5482] for a bit whilst some more investigation into | Malcolm Tredinnick |
| 2007-06-17 | Trivial formatting changes. | Malcolm Tredinnick |
| 2007-06-17 | Fixed #4506 -- Changed "regroup" template tag to use __eq__ instead of repr() | Malcolm Tredinnick |
| 2007-06-17 | Fixed #4565 -- Changed template rendering to use iterators, rather than | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4462 -- Use builtin reversed() function when available (in "for" tag). | Malcolm Tredinnick |
| 2007-06-08 | Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to Smil... | Russell Keith-Magee |
| 2007-05-31 | Fixed #4441 -- Made a small optimization to the regroup template tag implemen... | Adrian Holovaty |
| 2007-05-24 | Fixed #4378 -- Fixed a broken format string. | Malcolm Tredinnick |
| 2007-05-08 | Fixed #3753 -- Allow optional display of invalid variable name in | Malcolm Tredinnick |
| 2007-04-28 | Fixed #4180 -- Fixed docstring typo noticed by Gary Wilson. | Malcolm Tredinnick |
| 2007-04-28 | Fixed #4176 -- Fixed unintended change introduced in [5104]. Thanks, | Malcolm Tredinnick |
| 2007-04-27 | Minor tweak. Removed unnecessary argument default. | Malcolm Tredinnick |
| 2007-04-27 | Fixed #4164, #4171 -- Reworked some of the template lexer logic to ensure we | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3543 -- Be a bit more tolerant of spaces following the comma | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3948 -- Added some extra relevant information to FilterExpression | Malcolm Tredinnick |
| 2007-04-23 | Fixed #4107 -- Marked a few more strings for translation. Thanks, Baptiste. | Malcolm Tredinnick |
| 2007-04-21 | Fixed #3749 -- Set the context correctly when using the "filter" template tag. | Malcolm Tredinnick |
| 2007-04-21 | Fixed #4098 -- fixed a syntax error when reporting errors in "with" template | Malcolm Tredinnick |
| 2007-04-03 | Fixed #3887 -- Fixed formatting error in docstring that was causing problems in | Malcolm Tredinnick |
| 2007-04-01 | Fixed #3532 -- Made spaceless template tag remove all spaces, rather than pre... | Russell Keith-Magee |
| 2007-03-30 | Fixed #3799 -- Added django.contrib.webdesign and moved 'lorem' template tag ... | Adrian Holovaty |
| 2007-03-29 | Fixes #3799 -- Oops - ran last checkin from the wrong directory. Checked in t... | Russell Keith-Magee |
| 2007-03-27 | Fixed #3826: added a {% with %}. Thanks, SmileyChris. | Jacob Kaplan-Moss |
| 2007-03-25 | Fixed #3808 -- Fixed some typos in comments. Thanks, Collin Grady | Adrian Holovaty |
| 2007-03-16 | Small tweaks to docstrings from [4700] | Adrian Holovaty |
| 2007-03-10 | Fixed #3696 -- Fixed inline documentation to avoid some HTML validity issues. | Malcolm Tredinnick |
| 2007-03-10 | Fixed #3693 -- Fixed RST error in floatformat docstring. Thanks, Simon | Malcolm Tredinnick |
| 2007-03-09 | Fixed #3670 -- Fixed template argument parsing so that it understands negative | Malcolm Tredinnick |
| 2007-02-27 | Fixed #3465: template variable lookups like {{ foobar.13 }} now (correctly) f... | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed #3558: [4558] broken in Python 2.3; this fixes that breakage. Thanks fo... | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed #343: filters that take strings now handle non-strings correctly. Thank... | Jacob Kaplan-Moss |