| Age | Commit message (Expand) | Author |
| 2009-05-17 | [1.0.X] Fixed #11066 -- Corrected 11 duplicate "the"s found in docs and code ... | Karen Tracey |
| 2009-05-08 | [1.0.X] Fixed #10335: handle system locals unknown to Python in timezone name... | Jacob Kaplan-Moss |
| 2009-04-13 | [1.0.X] Fixed #9522 -- Modified handling of values in base serializer so that... | Russell Keith-Magee |
| 2009-04-10 | [1.0.X] Fixed #9315 -- Handle spaces in URL tag arguments. | Malcolm Tredinnick |
| 2009-04-04 | [1.0.X] Fixed #10254: Changed the regex in get_valid_filename to allow unicod... | Karen Tracey |
| 2009-04-03 | [1.0.X] Fixed #10372: made `get_svn_revision()` more robust. Thanks, mboersma... | Jacob Kaplan-Moss |
| 2009-04-03 | [1.0.X] Fixed a whole bunch of small docs typos, errors, and ommissions. Back... | Jacob Kaplan-Moss |
| 2009-04-01 | [1.0.X] Fixed #10016: the cache middleware no longer vomits when handed long ... | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #8847, #10370: added some missing methods to MultiValueDict aft... | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #9883: no longer do strange things with whitespace in the lineb... | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #10387: removed some code duplication in django.utils.cache. Th... | Jacob Kaplan-Moss |
| 2009-03-31 | [1.0.X] Fixed #10184: QueryDicts with multiple values can now be safely pickl... | Jacob Kaplan-Moss |
| 2009-03-30 | [1.0.X]: Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags t... | Gary Wilson Jr |
| 2009-03-02 | Removed some import-time dependencies on Django's settings. | Malcolm Tredinnick |
| 2009-02-28 | [1.0.X] Fixed #10048 -- Handle non-existent timezone in dateformat functions. | Malcolm Tredinnick |
| 2009-02-11 | [1.0.X] Fixed #5903 -- DecimalField.get_default() now correctly returns a Dec... | Brian Rosner |
| 2008-11-13 | [1.0.X] Fixed #9579 -- Properly handle apps running with (and specifically, l... | Karen Tracey |
| 2008-10-06 | [1.0.X] Added some better error reporting and path handling when creating tem... | 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 |
| 2008-08-11 | Added a number of callbacks to SyndicationFeed for adding custom attributes a... | Jacob Kaplan-Moss |
| 2008-08-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |
| 2008-08-08 | Fixed #8142 -- Removed an unnecessary parameter in a superclass init call. | Malcolm Tredinnick |
| 2008-08-08 | Made auto-reloading for the dev server a little more friendly in the Jython | Malcolm Tredinnick |
| 2008-08-05 | Fixed #7016: use correct time zones for Atom feeds. Thanks, Chris Cahoon. | Jacob Kaplan-Moss |
| 2008-08-02 | Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl... | Gary Wilson Jr |
| 2008-08-02 | Removed several deprecated features for 1.0 (refs #7830): | Gary Wilson Jr |
| 2008-07-31 | Fixed #7723 - implemented a secure password reset form that uses a token and ... | Luke Plant |
| 2008-07-28 | Put back [8120] along with a small tweak. Fixed #6217. | Malcolm Tredinnick |