| Age | Commit message (Expand) | Author |
| 2007-10-26 | i18n security fix. Details will be posted shortly to the Django mailing lists... | Jacob Kaplan-Moss |
| 2006-04-12 | Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter | Adrian Holovaty |
| 2006-04-11 | Fixed #1569 -- Made streaming HttpResponse unicode-aware | Adrian Holovaty |
| 2006-04-10 | Fixed syntax error in [2639] | Adrian Holovaty |
| 2006-04-10 | Changed settings imports from [2639] to use 'from django.conf import settings... | Adrian Holovaty |
| 2006-04-09 | Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac | Adrian Holovaty |
| 2006-03-28 | Added missing file from [2579]. Refs #1442 | Adrian Holovaty |
| 2006-03-28 | Fixed #1539 in trunk | Adrian Holovaty |
| 2006-03-17 | Changed django.utils.cache.patch_response_headesr to move unnecessary calcula... | Adrian Holovaty |
| 2006-02-23 | Fixed #1385 -- Allowed timesince filter to accept datetime.date objects. Than... | Adrian Holovaty |
| 2006-01-27 | Fixed #1244 -- Renamed templateize to templatize in django.utils.translation. | Adrian Holovaty |
| 2006-01-19 | Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows... | Adrian Holovaty |
| 2006-01-15 | Fixed #920 -- Fixed patch_response_headers() behavior when content is Unicode... | Adrian Holovaty |
| 2006-01-15 | Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes ... | Adrian Holovaty |
| 2006-01-15 | Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templates | Adrian Holovaty |
| 2006-01-13 | fixed #1221 - changed usage of wrong settings variable DEFAULT_ENCODING to th... | Georg Bauer |
| 2006-01-13 | fixes #1214 - django.utils.translation doesn't look at DJANGO_SETTINGS_MODULE... | Georg Bauer |
| 2006-01-04 | Changed repr for MultiValueDict | Adrian Holovaty |
| 2006-01-03 | Fixed #1117 -- Added HttpResponsePermanentRedirect | Adrian Holovaty |
| 2006-01-01 | Fixed #1145 -- Added unit tests for default template filters and fixed two bu... | Adrian Holovaty |
| 2005-12-28 | Fixed #1131 -- Added repr() to MultiValueDict. Thanks, Simon | Adrian Holovaty |
| 2005-12-16 | Fixed #937 -- autoreload no longer reloads on every request on Windows. Thank... | Adrian Holovaty |
| 2005-12-09 | Fixed #977 -- Fixed timesince() utility. Thanks, pgross@thoughtworks.com | Adrian Holovaty |
| 2005-12-04 | added infrastructure code for later javascript translating (currently not act... | Georg Bauer |
| 2005-11-30 | Fixed bug in QueryDict parse_sql() call under mod_python, which requires quer... | Adrian Holovaty |
| 2005-11-30 | Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi... | Adrian Holovaty |
| 2005-11-30 | Moved parse_sql import in django.utils.httpwrappers to the top of the module,... | Adrian Holovaty |
| 2005-11-30 | Small importing change in django.utils.httpwrappers. Refs #736. | Adrian Holovaty |
| 2005-11-30 | Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, Brantley | Adrian Holovaty |
| 2005-11-27 | Fixed #878 -- URLconf regex captures no longer have to be named groups. Old U... | Adrian Holovaty |
| 2005-11-24 | Updated django.utils.translation due to template changes from [1379]. From ne... | Adrian Holovaty |
| 2005-11-23 | Fixed #886 -- timesince utility now supports microseconds. Thanks, Aaron Swartz | Adrian Holovaty |
| 2005-11-22 | added translation hooks to timesince and updated message files to reflect the... | Georg Bauer |
| 2005-11-21 | fixes #753 - ValidationError and CriticalValidationError now accept both stri... | Georg Bauer |
| 2005-11-16 | fixed a bug that happened only if the very first gettext call was an ngettext | Georg Bauer |
| 2005-11-14 | Fixed #787 -- High-level syndication framework now picks up author details. A... | Adrian Holovaty |
| 2005-11-14 | Improved Atom feed-generating framework to output <link rel='self'>. Added a ... | Adrian Holovaty |
| 2005-11-14 | Fixed #784 -- Atom feeds now use RFC3339 datetime format | Adrian Holovaty |
| 2005-11-14 | Fixed #786 -- Atom feeds now put links in a href element. Thanks, mattycakes | Adrian Holovaty |
| 2005-11-13 | Grammar cleanups for recent documentation and docstring changes. | Adrian Holovaty |
| 2005-11-12 | fixes #109 - added translation possibilities for date and time formats (and u... | Georg Bauer |
| 2005-11-12 | fixes #750 - languages for language-selection can now be restricted by settin... | Georg Bauer |
| 2005-11-12 | Added mime_type attributes to feedgenerator RssFeed and Atom1Feed, and made t... | Adrian Holovaty |
| 2005-11-12 | Completely refactored legacy RSS framework to the new django.contrib.syndicat... | Adrian Holovaty |
| 2005-11-06 | Fixed #742 -- Implemented 't' dateformat. Thanks, radek. | Adrian Holovaty |
| 2005-11-06 | Reworded docstrings and settings documentation from [1068] | Adrian Holovaty |
| 2005-11-06 | Fixed #740 -- Abstracted hard-coded slash in utils/translation.py. Thanks, ra... | Adrian Holovaty |
| 2005-11-04 | Fixed bug in django.utils.decorators.decorator_from_middleware -- it wasn't r... | Adrian Holovaty |
| 2005-11-04 | Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th... | Jacob Kaplan-Moss |
| 2005-11-01 | Fixed #508 -- Added support for 'expires' in cookies and changed session midd... | Adrian Holovaty |