| Age | Commit message (Expand) | Author |
| 2008-03-19 | Fixed #6789 -- Added some small amount of extra protection for learners trying | Malcolm Tredinnick |
| 2008-03-19 | Fixed a corner case in management.setup_environ (it was triggered under Cygwi... | Jacob Kaplan-Moss |
| 2008-03-18 | Added a new and improved Paginator class, which allows you to pass a Page obj... | Adrian Holovaty |
| 2008-03-18 | Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas. | Jacob Kaplan-Moss |
| 2008-03-18 | Fixed #5574 -- Serialize a FileField using its filename from the database, not | Malcolm Tredinnick |
| 2008-03-17 | Fixed #6492 -- Added bullet-proofing to isValidFloat validator. Thanks, Basti... | Malcolm Tredinnick |
| 2008-03-10 | Fixed #6374: cross-app and circular FK constraints are now detected and added... | Jacob Kaplan-Moss |
| 2008-03-08 | Fixed #6223 -- When determining if terminal supports color, don't call `isatt... | Gary Wilson Jr |
| 2008-03-08 | Fixed #5595 -- Made `ModPythonRequest.__repr__` return a string instead of a ... | Gary Wilson Jr |
| 2008-03-07 | Fixed #6420 -- Corrected the handling of the --traceback option in loaddata. ... | Russell Keith-Magee |
| 2008-02-29 | Updated a docstring on a couple of email functions to stop the complaints. | Malcolm Tredinnick |
| 2008-02-28 | Fixed #4701 -- sys.exit() will no longer get swallowed by the http handler. S... | Jacob Kaplan-Moss |
| 2008-02-22 | Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures sp... | Russell Keith-Magee |
| 2008-02-19 | Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups). | Malcolm Tredinnick |
| 2008-02-12 | Further clarification of help message for ./manage.py sqlall, this time using... | Russell Keith-Magee |
| 2008-02-12 | Clarified help message for ./manage.py sqlall | Russell Keith-Magee |
| 2008-02-03 | Fixed #6305 -- Always emit the got_request_exception signal, even when | Malcolm Tredinnick |
| 2008-01-28 | Fixed #6419 -- Fixed verbosity level checks in loaddata command that were rai... | Gary Wilson Jr |
| 2008-01-04 | Fixed the Oracle backend mangling colorized unique_together SQL. | Ian Kelly |
| 2008-01-02 | Fixed #6299 -- Fixed an indentation error in django/core/mail.py introduced i... | Adrian Holovaty |
| 2008-01-02 | Fixed #5887 -- Consolidated some duplicate code in SafeMIMEText and SafeMIMEM... | Adrian Holovaty |
| 2007-12-19 | Fixed #6139 -- When sending email, made sure that the "to" and "bcc" sequence... | Malcolm Tredinnick |
| 2007-12-17 | Fixed #5596 -- Changed the static view for the development server so that Dja... | Malcolm Tredinnick |
| 2007-12-17 | Fixed [6932] so that "django-admin.py help dumpdata" works again. | Malcolm Tredinnick |
| 2007-12-17 | Fixed #4431 -- Added a --traceback option for dumpdata and loaddata (which | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6155 -- Fixed dumpdata to work with the default model manager (necessary | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6110 -- Mark the python format serializer as for internal use only. T... | Malcolm Tredinnick |
| 2007-12-17 | Generic relations should not try to drop their related table in "sqlreset". | Malcolm Tredinnick |
| 2007-12-11 | Fixe #6131 -- Fixed a problem with expired keys in the locmem cache. Based on... | Malcolm Tredinnick |
| 2007-12-04 | Fixed a bug introduced in [6891]: the "safe" YAML serializer can't handle tim... | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the plain ... | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #6099: the filebased cache backend now uses md5 hashes of keys instead ... | Jacob Kaplan-Moss |
| 2007-12-04 | Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' on... | Adrian Holovaty |
| 2007-12-04 | Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't ... | Adrian Holovaty |
| 2007-12-04 | Cleaned up some docstrings and removed some unnecessary long-line breaking in... | Adrian Holovaty |
| 2007-12-02 | Fixed #5002 -- Fixed a small problem when running via pdb. Thanks, dummylink@... | Malcolm Tredinnick |
| 2007-12-02 | Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc... | Malcolm Tredinnick |
| 2007-12-02 | Fixed #3323 -- More robust error handling for related objetcs. Thanks, Greg | Malcolm Tredinnick |
| 2007-12-02 | Fixed #5743 -- Tweaked the exceptions raised when importing settings so that we | Malcolm Tredinnick |
| 2007-12-02 | Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas Güt... | Malcolm Tredinnick |
| 2007-12-02 | Re-organized imports in handler modules to adhere to Django coding style. | Gary Wilson Jr |
| 2007-12-02 | Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem". | Malcolm Tredinnick |
| 2007-11-30 | Fixed some type checks in the development server. Fixed #6063. | Malcolm Tredinnick |
| 2007-11-30 | Edited docs and docstring changes from [6572] (new cache add() method) | Adrian Holovaty |
| 2007-11-30 | Edited docstring changes from [6480] -- moved the intense parameter definitio... | Adrian Holovaty |
| 2007-11-26 | Fixed #5943 -- Modified django-admin.py to work like manage.py whenever a --s... | Russell Keith-Magee |
| 2007-11-21 | Fixed #5981 -- Fixed failing regression test when using locmem cache backend.... | Gary Wilson Jr |
| 2007-11-19 | Fixed #5932 -- Use `self.pages` and not `self._pages` in `_get_page_range` so... | Gary Wilson Jr |
| 2007-11-11 | Fixed #5898 -- Changed a few response processing paths to make things harder ... | Malcolm Tredinnick |
| 2007-11-04 | Fixed #5729 -- For MySQL (only), always delay the creation of foreign key | Malcolm Tredinnick |