| Age | Commit message (Expand) | Author |
| 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 |
| 2008-06-26 | Fixed #7109 -- Quote certain values before passing them for substitution in | Malcolm Tredinnick |
| 2008-06-19 | Fixed #7355 -- Modified urlize utility to handle https:// addresses. Thanks f... | Russell Keith-Magee |
| 2008-06-16 | Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by quoti... | Adrian Holovaty |
| 2008-06-06 | Refs #7297 -- Corrected some doctest strings internal to the utils.text modul... | Russell Keith-Magee |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-03-18 | Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas. | Jacob Kaplan-Moss |
| 2008-03-18 | Fixed #6175 -- Use os._exit() instead of sys.exit() in child processes. Based | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca... | Gary Wilson Jr |
| 2008-03-08 | Removed unused import, corrected a typo, and made some styling fixes. | Gary Wilson Jr |
| 2008-02-29 | Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe. | Malcolm Tredinnick |
| 2008-02-29 | Fixed #5846 -- Bullet-proofed the default timezone encoding test. | Malcolm Tredinnick |
| 2008-02-25 | Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o... | Gary Wilson Jr |
| 2008-02-21 | Fixed #6627 -- Made dict.clear() work for SortedDicts. | Malcolm Tredinnick |
| 2008-02-18 | Fixed #6611 -- When copying a SortedDict, make a new copy of the keys list. | Malcolm Tredinnick |
| 2008-02-16 | Made a bunch of small doc rewordings from changes over the past couple of weeks | Adrian Holovaty |
| 2008-02-06 | Fixed #6409 -- Unbreak compound locale name parsing (e.g. zh-cn). | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize filter. | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6303 -- Handle missing language specification in feed generation. Tha... | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6301 -- Added '*' to the characters not converted by iri_to_uri(), as | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6465 -- Tweaked MergeDict.getlist() to work with Django's MultiValueDi... | Malcolm Tredinnick |
| 2007-12-11 | Minor style fixes. | Gary Wilson Jr |