| Age | Commit message (Expand) | Author |
| 2009-03-18 | [1.0.X] Corrected a problem with the database cache backend, and refactored t... | Russell Keith-Magee |
| 2009-03-13 | [1.0.X] Fixed #10488: fixed DB cache backend test failures in Oracle. Backpor... | Ian Kelly |
| 2009-03-12 | [1.0.X] Fixed a problem from r10038. Fixed #10470. | Malcolm Tredinnick |
| 2009-03-12 | [1.0.X] Fixed #10472 -- Fixed a race condition in reverse URL resolving. | Malcolm Tredinnick |
| 2009-03-12 | [1.0.X] Fixed #10470 -- Fixed a race condition in middleware initialization. | Malcolm Tredinnick |
| 2009-03-08 | [1.0.X] Fixed #9626 -- Fixed a deletion race in the locmem cache. | Malcolm Tredinnick |
| 2009-03-08 | [1.0.X] Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as well. | Malcolm Tredinnick |
| 2009-03-08 | [1.0.X] Fixed #9399 -- Added StopFutureHandlers to export list in file handling. | Malcolm Tredinnick |
| 2009-03-03 | [1.0.X] Final pieces (he says, hopefully) of r9945 changes. | Malcolm Tredinnick |
| 2009-03-02 | Removed some import-time dependencies on Django's settings. | Malcolm Tredinnick |
| 2009-03-02 | [1.0.X] The database cache wasn't correctly handling expired keys. Fixed now. | Malcolm Tredinnick |
| 2009-03-01 | [1.0.X] Changed the way cache specifiers are parsed. | Malcolm Tredinnick |
| 2009-02-24 | [1.0.X] Fixed ##9842: allow imports of apps that use settings in __init__.py ... | Jacob Kaplan-Moss |
| 2009-02-24 | [1.0.X] Fixed #9214: EmailMessage now respects the From header instead of bli... | Jacob Kaplan-Moss |
| 2009-02-12 | [1.0.X] Fixed #10240 -- Restored YAML serialization with Decimal objects that... | Brian Rosner |
| 2009-01-19 | [1.0.X] Fixed #9789 -- Handle jython's compiled settings filename correctly. | Malcolm Tredinnick |
| 2009-01-17 | [1.0.X] Fixed #8055: Replaced use of traceback.format_exc (new in Python 2.4)... | Karen Tracey |
| 2008-11-29 | [1.0.X] Fixed #9717 -- Corrected a problem where django-admin.py flush would ... | Russell Keith-Magee |
| 2008-11-21 | [1.0.X] Fixed #2782 -- Make the server port available through the modpython | Malcolm Tredinnick |
| 2008-11-06 | [1.0.X] Fixed #9011 -- Corrected handling of fixture files that contain error... | Russell Keith-Magee |
| 2008-10-24 | [1.0.X] Backed out r9250. I committed this to the branch by mistake; there's no | Malcolm Tredinnick |
| 2008-10-24 | [1.0.X] Fixed #9383 -- Don't open a network connection for sending email if | Malcolm Tredinnick |
| 2008-10-07 | [1.0.X] Fixed #9233 -- Allow date and message-id headers to be passed in | Malcolm Tredinnick |
| 2008-10-07 | [1.0.X] Fixed #9224 -- Prevent a crash when certain query strings are sent using | Malcolm Tredinnick |
| 2008-10-06 | [1.0.X] Fixed #9212: Added code to check the xgettext version, and if it is l... | Karen Tracey |
| 2008-10-05 | [1.0.X] Fixed #9283 -- Deliberately silence one deprecation warning raised by... | Malcolm Tredinnick |
| 2008-09-30 | [1.0.X] Fixed another case of reverse URL resolving that wasn't working. | Malcolm Tredinnick |
| 2008-09-27 | Fixed #9038 -- Correctly handle URL patterns with the same name (or view name), | Malcolm Tredinnick |
| 2008-09-22 | Add some docstrings to the base classes for management commands. Refs #9170. | James Bennett |
| 2008-09-17 | Fixed #9014 -- Check that we really are processing a POST before processing | Malcolm Tredinnick |
| 2008-09-17 | Fixed #8409 -- The runserver now uses conditional GET for admin media files, ... | Adrian Holovaty |
| 2008-09-17 | Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of field n... | Adrian Holovaty |
| 2008-09-16 | Fixed #9092 -- Improved validation of app/project names by startapp/startproj... | Adrian Holovaty |
| 2008-09-09 | Fixed #8978 -- We now print a helpful error message for 'manage.py dbshell' i... | Adrian Holovaty |
| 2008-08-31 | Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently | Malcolm Tredinnick |
| 2008-08-31 | Fixed #8703 -- Allow deeply nested import paths for DJANGO_SETTINGS_MODULE when | 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 #8702 -- Set up the initial locale correctly for the development server. | Malcolm Tredinnick |
| 2008-08-30 | Fixed #8622: accessing POST after a POST handling exception no longer throws ... | Jacob Kaplan-Moss |
| 2008-08-29 | Fixed #8673: fixed a missing import in `django.core.files.move`. | Jacob Kaplan-Moss |
| 2008-08-29 | Fixed #8687, a bad variable name in validation. Thanks, vung. | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8651: correctly deserialize objects with 0 for pk/fk. | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On some | Malcolm Tredinnick |
| 2008-08-28 | Fixed #8221: added some better `NoReverseMatch` error strings. Thanks, mrts. | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #7524: allow errors raised during import of a urlconf to bubble up. | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8455: a lack of permissions in `MEDIA_ROOT` no longer causes an infini... | Jacob Kaplan-Moss |
| 2008-08-27 | FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` ... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #7769: Added a couple missing file methods to `TemporaryUploadedFile`. ... | Jacob Kaplan-Moss |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |