| Age | Commit message (Expand) | Author |
| 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 |
| 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 |