| Age | Commit message (Expand) | Author |
| 2008-07-19 | Fixed #7471 -- If the 400 response handler raises an exception, pass control to | Malcolm Tredinnick |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-07-18 | Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to... | Adrian Holovaty |
| 2008-07-15 | Refactored the HTTP 500 error response creation slightly. Provides the ability | Malcolm Tredinnick |
| 2008-07-12 | Fixed #7675: corrected TemporaryUploadedFile.temporary_file_path. Thanks, Flo... | Jacob Kaplan-Moss |
| 2008-07-11 | Fixed #7421 -- Corrected the condition used during syncdb to establish that a... | Russell Keith-Magee |
| 2008-07-11 | Fixed #7597 -- Added code to force the re-opening of the cursor connection, j... | Russell Keith-Magee |
| 2008-07-11 | Fixed #6017 -- Modified the Lax parser to allow --settings and the other core... | Russell Keith-Magee |
| 2008-07-08 | Fixed #7307 -- Split InvalidPage exception into two subclasses, PageNotAnInte... | Adrian Holovaty |
| 2008-07-08 | Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify... | Adrian Holovaty |
| 2008-07-08 | Fixed #7655 -- Added two assertions to mail.py to help people debug a common ... | Adrian Holovaty |
| 2008-07-07 | Fixed deprecated UploadedFile.data attribute. Refs #7614. | Jacob Kaplan-Moss |
| 2008-07-07 | Added a missing deprecated property (UploadedFile.filename) from [7859]. Refs... | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed #7614: the quickening has come, and there now is only one UploadedFile.... | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed #4148 -- Changed the way attachments are served to IE to avoid some | Malcolm Tredinnick |
| 2008-07-06 | Fixed #7643 -- Fixed an oversight from [7844]. | Malcolm Tredinnick |
| 2008-07-06 | Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d... | Malcolm Tredinnick |
| 2008-07-06 | Fixed #7072 -- More logical and robust language settings in the i18n context ... | Malcolm Tredinnick |
| 2008-07-05 | Changed a couple of old-style validators to remove some deprecation warnings | Malcolm Tredinnick |
| 2008-07-03 | Corrected typo in `uploadedfile` module. | Gary Wilson Jr |
| 2008-07-02 | Made legacy `ObjectPaginator` truly backwards-compatible by catching both `At... | Gary Wilson Jr |
| 2008-07-01 | Oops, missed a changed file in [7817]. | Jacob Kaplan-Moss |
| 2008-07-01 | Fixed #7590: made UploadedFile subclasses' __init__ methods sane. | Jacob Kaplan-Moss |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |
| 2008-06-30 | Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o... | Russell Keith-Magee |
| 2008-06-30 | Fixed #7572 -- Force the closure of the database connection at the end of fi... | Russell Keith-Magee |
| 2008-06-30 | Fixed #6647 -- Add some more robustness to the development web server. | Malcolm Tredinnick |
| 2008-06-30 | Fixed #6994 -- For fastcgi, set a more sensible default umask. | Malcolm Tredinnick |
| 2008-06-30 | Make sure we only create the minimum number of table indexes for MySQL. | Malcolm Tredinnick |
| 2008-06-26 | Fixed #7527 -- Removed an unused value from __all__ in django.core.servers.ba... | Adrian Holovaty |
| 2008-06-19 | Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management comm... | Russell Keith-Magee |
| 2008-06-19 | Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace ... | Russell Keith-Magee |
| 2008-06-16 | Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. Thank... | Adrian Holovaty |
| 2008-06-16 | Fixed #6497 -- Improved fixture error reporting by displaying the entire trac... | Adrian Holovaty |
| 2008-06-16 | Fixed #6654 -- Slightly refactored the way 'startproject' and 'startapp' chec... | Adrian Holovaty |
| 2008-06-13 | Fixed #7436 -- Corrected a fix from [7615] that broke some test cases. Don't ... | Russell Keith-Magee |
| 2008-06-12 | Fixed #7421 -- Improved syncdb implementation not to check for exact exceptio... | Adrian Holovaty |
| 2008-06-11 | Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific app... | Russell Keith-Magee |
| 2008-06-09 | Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ... | Russell Keith-Magee |
| 2008-06-08 | Fixed #4371 -- Improved error checking when loading fixtures. Code now catche... | Russell Keith-Magee |
| 2008-06-08 | Fixed #6394: improved comment stripping in initial SQL files. Thanks, Thomas ... | Jacob Kaplan-Moss |
| 2008-05-31 | Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the proc... | Jacob Kaplan-Moss |
| 2008-05-16 | Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twill | Luke Plant |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-03-27 | Added inline Oracle tablespace SQL for unique_together constraints. | Ian Kelly |
| 2008-03-23 | Fixed a problem in the backwards-compat abilities of the paginator. Calling c... | Malcolm Tredinnick |
| 2008-03-21 | Fixed some styling issues in `django/core/mail.py`. | Gary Wilson Jr |
| 2008-03-21 | Noted an additional modification we have made to `make_msgid`. | Gary Wilson Jr |
| 2008-03-21 | Fixed #6835 -- Use cached FQDN when creating `smtplib.SMTP()` connection to a... | Gary Wilson Jr |
| 2008-03-21 | Fixed #6841 -- Don't include bcc recepients in e-mail headers, thanks PhiR. | Gary Wilson Jr |