| Age | Commit message (Expand) | Author |
| 2008-06-30 | Fixed #7572 -- Force the closure of the database connection at the end of fi... | Russell Keith-Magee |
| 2008-06-30 | Make sure we only create the minimum number of table indexes for MySQL. | Malcolm Tredinnick |
| 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 #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-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-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-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-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-07 | Fixed #6420 -- Corrected the handling of the --traceback option in loaddata. ... | Russell Keith-Magee |
| 2008-02-22 | Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures sp... | Russell Keith-Magee |
| 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-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 |
| 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-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 #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-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-04 | Fixed #5729 -- For MySQL (only), always delay the creation of foreign key | Malcolm Tredinnick |
| 2007-10-27 | Wrapped some long lines and orginized imports. | Gary Wilson Jr |
| 2007-10-27 | Fixed #5824 -- For the `startapp` command, pass the true project name to the ... | Gary Wilson Jr |
| 2007-10-27 | Added to docstring of `setup_environ` about what the function returns. | Gary Wilson Jr |
| 2007-10-21 | Fixed "django-admin.py --version" so that it doesn't print the version string | Malcolm Tredinnick |
| 2007-10-21 | Fixed #3265 -- Made it a validation error to have field names with trailing | Malcolm Tredinnick |
| 2007-10-19 | Django coding style fixes. | Gary Wilson Jr |
| 2007-10-13 | Removed unneeded use of `len()` in a couple expressions. | Gary Wilson Jr |
| 2007-10-13 | Removed an unused import and a duplicate import. | Gary Wilson Jr |
| 2007-10-13 | Removed trailing whitespace. | Gary Wilson Jr |
| 2007-10-13 | Added docstring to `copy_helper` function. | Gary Wilson Jr |
| 2007-10-13 | Removed unused itertools import and organized imports to adhere to PEP 8. | Gary Wilson Jr |