| Age | Commit message (Expand) | Author |
| 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 |
| 2008-07-28 | Back out [8120] for a bit. Refs #6217. It's having unintended side-effects (a... | Malcolm Tredinnick |
| 2008-07-27 | Fixed #7131 -- Updated included simplejson code to match the simplejson-1.9.2 | Malcolm Tredinnick |
| 2008-07-27 | Fixed #6217 -- Reduced the memory used by each ugettext_lazy() call. | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-21 | Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or | Malcolm Tredinnick |
| 2008-07-19 | Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'bout | Malcolm Tredinnick |
| 2008-07-19 | Starting to do the reverse() threading stuff. | Malcolm Tredinnick |
| 2008-07-19 | Fixed #6965 -- Sped up the urlize and urlizetrunc filters. A nice patch from ... | Malcolm Tredinnick |
| 2008-07-18 | Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to... | Adrian Holovaty |
| 2008-07-18 | Improved LocalTimezone._isdst() to handle dates before approximately 1901-12-... | Adrian Holovaty |
| 2008-07-13 | Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat... | Russell Keith-Magee |
| 2008-07-07 | Fixed #7163 -- Fixed a translation-sharing problem so that you can have en-gb | Malcolm Tredinnick |
| 2008-07-06 | Revert [7849] and [7850]. Brain failure on my part. | Malcolm Tredinnick |
| 2008-07-06 | Started to work on the regex reverse-engineering phase. | Malcolm Tredinnick |
| 2008-07-04 | Redo the changes in [7773] in a better way. | Malcolm Tredinnick |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |
| 2008-06-30 | Fixed #6994 -- For fastcgi, set a more sensible default umask. | Malcolm Tredinnick |
| 2008-06-26 | Fixed #7542 -- Fixed bug in urlize where it was appending 'http://' to the li... | Adrian Holovaty |