| Age | Commit message (Expand) | Author |
| 2009-05-17 | Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments... | Karen Tracey |
| 2009-05-08 | Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filte... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #10335: handle system locals unknown to Python in timezone name handlin... | Jacob Kaplan-Moss |
| 2009-04-13 | Fixed #9522 -- Modified handling of values in base serializer so that field s... | Russell Keith-Magee |
| 2009-04-10 | Fixed #9315 -- Handle spaces in URL tag arguments. | Malcolm Tredinnick |
| 2009-04-04 | Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan... | Karen Tracey |
| 2009-04-03 | Fixed #10372: made `get_svn_revision()` more robust. Thanks, mboersma. | Jacob Kaplan-Moss |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10016: the cache middleware no longer vomits when handed long URLs. Th... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #9883: no longer do strange things with whitespace in the linebreaks fi... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #10387: removed some code duplication in django.utils.cache. Thanks, Tr... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh... | Gary Wilson Jr |
| 2009-03-30 | Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr ... | Justin Bronn |
| 2009-03-23 | Added consistent support for double- and single-quote delimiters in templates. | Malcolm Tredinnick |
| 2009-03-22 | Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified). | Malcolm Tredinnick |
| 2009-03-20 | More typo fixing. :-( | Malcolm Tredinnick |
| 2009-03-20 | Whoops. I left some debugging printing in r10096. Nothing to see here. | Malcolm Tredinnick |
| 2009-03-20 | Fixed database backend creation for Python 2.3. | Malcolm Tredinnick |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-03-02 | Factor out some common pieces of django.conf.LazySettings. | Malcolm Tredinnick |
| 2009-02-28 | Fixed #10048 -- Handle non-existent timezone in dateformat functions. | Malcolm Tredinnick |
| 2009-02-27 | Fixed #10006 -- Avoid inadvertently using third-party "json" module. | Malcolm Tredinnick |
| 2009-02-11 | Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal obj... | Brian Rosner |
| 2009-01-06 | Upgraded included simplejson to 2.0.7. | Malcolm Tredinnick |
| 2008-11-13 | Fixed #9579 -- Properly handle apps running with (and specifically, loading t... | Karen Tracey |
| 2008-10-06 | Added some better error reporting and path handling when creating template pa... | Malcolm Tredinnick |
| 2008-09-03 | Changed the reverse() call for creating URLs to convert a "." in the reg-exp | Malcolm Tredinnick |
| 2008-09-01 | Fixed a case of incorrect parsing of quanitifers in reg-exp patterns. | Malcolm Tredinnick |
| 2008-09-01 | Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu... | Jacob Kaplan-Moss |
| 2008-08-31 | Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently | Malcolm Tredinnick |
| 2008-08-31 | Fixed #8725 -- Handle empty URL patterns in reverse(). | Malcolm Tredinnick |
| 2008-08-31 | A rewrite of the reverse URL parsing: the reverse() call and the "url" templa... | Malcolm Tredinnick |
| 2008-08-30 | Fixed #8710: removed a few stray tabs. Thanks, gkelly. | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8654: added `ugettext_lazy` to `django.utils.translation.__all__`. | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8637: fixed timeuntil and date values. | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8584 -- Fixed a case where the wrong locale might be made active in the | Malcolm Tredinnick |
| 2008-08-26 | Removed stray code from [8601]. | Malcolm Tredinnick |
| 2008-08-26 | Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets. | Malcolm Tredinnick |
| 2008-08-26 | Fixed #4389: be more robust in `get_language_bidi()`. Thanks, arien. | Jacob Kaplan-Moss |
| 2008-08-26 | Fixed #6353 (again) by making force_unicode() and smart_str() a bit more robust | Malcolm Tredinnick |
| 2008-08-26 | Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-aware | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7831: be case-insensitive when in `get_language_from_request`. | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2 | Malcolm Tredinnick |
| 2008-08-16 | Fixed #8283 -- Fixed an edge case when adding things to the "where" tree and | Malcolm Tredinnick |
| 2008-08-16 | Fixed #7331 -- Made `QueryDict.iteritems` behave like `QueryDict.items`, than... | Gary Wilson Jr |
| 2008-08-15 | Fixed #8219 -- More robust date to string conversion in syndication feeds. | Malcolm Tredinnick |
| 2008-08-15 | Fixed typo in comment. | Gary Wilson Jr |
| 2008-08-12 | Fixed #8253: fixed xmlns regression for Atom feeds, and in the process added ... | Jacob Kaplan-Moss |