summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2008-06-30Fixed #7572 -- Force the closure of the database connection at the end of fi...Russell Keith-Magee
2008-06-30Make sure we only create the minimum number of table indexes for MySQL.Malcolm Tredinnick
2008-06-19Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management comm...Russell Keith-Magee
2008-06-19Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace ...Russell Keith-Magee
2008-06-16Fixed #6497 -- Improved fixture error reporting by displaying the entire trac...Adrian Holovaty
2008-06-16Fixed #6654 -- Slightly refactored the way 'startproject' and 'startapp' chec...Adrian Holovaty
2008-06-13Fixed #7436 -- Corrected a fix from [7615] that broke some test cases. Don't ...Russell Keith-Magee
2008-06-12Fixed #7421 -- Improved syncdb implementation not to check for exact exceptio...Adrian Holovaty
2008-06-11Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific app...Russell Keith-Magee
2008-06-08Fixed #4371 -- Improved error checking when loading fixtures. Code now catche...Russell Keith-Magee
2008-06-08Fixed #6394: improved comment stripping in initial SQL files. Thanks, Thomas ...Jacob Kaplan-Moss
2008-05-31Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the proc...Jacob Kaplan-Moss
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2008-03-27Added inline Oracle tablespace SQL for unique_together constraints.Ian Kelly
2008-03-19Fixed #6789 -- Added some small amount of extra protection for learners tryingMalcolm Tredinnick
2008-03-19Fixed a corner case in management.setup_environ (it was triggered under Cygwi...Jacob Kaplan-Moss
2008-03-10Fixed #6374: cross-app and circular FK constraints are now detected and added...Jacob Kaplan-Moss
2008-03-08Fixed #6223 -- When determining if terminal supports color, don't call `isatt...Gary Wilson Jr
2008-03-07Fixed #6420 -- Corrected the handling of the --traceback option in loaddata. ...Russell Keith-Magee
2008-02-22Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures sp...Russell Keith-Magee
2008-02-12Further clarification of help message for ./manage.py sqlall, this time using...Russell Keith-Magee
2008-02-12Clarified help message for ./manage.py sqlallRussell Keith-Magee
2008-01-28Fixed #6419 -- Fixed verbosity level checks in loaddata command that were rai...Gary Wilson Jr
2008-01-04Fixed the Oracle backend mangling colorized unique_together SQL.Ian Kelly
2007-12-17Fixed [6932] so that "django-admin.py help dumpdata" works again.Malcolm Tredinnick
2007-12-17Fixed #4431 -- Added a --traceback option for dumpdata and loaddata (whichMalcolm Tredinnick
2007-12-17Fixed #6155 -- Fixed dumpdata to work with the default model manager (necessaryMalcolm Tredinnick
2007-12-17Fixed #6110 -- Mark the python format serializer as for internal use only. T...Malcolm Tredinnick
2007-12-17Generic relations should not try to drop their related table in "sqlreset".Malcolm Tredinnick
2007-12-04Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' on...Adrian Holovaty
2007-12-04Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't ...Adrian Holovaty
2007-12-04Cleaned up some docstrings and removed some unnecessary long-line breaking in...Adrian Holovaty
2007-12-02Fixed #5002 -- Fixed a small problem when running via pdb. Thanks, dummylink@...Malcolm Tredinnick
2007-12-02Fixed #3323 -- More robust error handling for related objetcs. Thanks, GregMalcolm Tredinnick
2007-12-02Fixed #5743 -- Tweaked the exceptions raised when importing settings so that weMalcolm Tredinnick
2007-12-02Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas Güt...Malcolm Tredinnick
2007-11-30Edited docstring changes from [6480] -- moved the intense parameter definitio...Adrian Holovaty
2007-11-26Fixed #5943 -- Modified django-admin.py to work like manage.py whenever a --s...Russell Keith-Magee
2007-11-04Fixed #5729 -- For MySQL (only), always delay the creation of foreign keyMalcolm Tredinnick
2007-10-27Wrapped some long lines and orginized imports.Gary Wilson Jr
2007-10-27Fixed #5824 -- For the `startapp` command, pass the true project name to the ...Gary Wilson Jr
2007-10-27Added to docstring of `setup_environ` about what the function returns.Gary Wilson Jr
2007-10-21Fixed "django-admin.py --version" so that it doesn't print the version stringMalcolm Tredinnick
2007-10-21Fixed #3265 -- Made it a validation error to have field names with trailingMalcolm Tredinnick
2007-10-19Django coding style fixes.Gary Wilson Jr
2007-10-13Removed unneeded use of `len()` in a couple expressions.Gary Wilson Jr
2007-10-13Removed an unused import and a duplicate import.Gary Wilson Jr
2007-10-13Removed trailing whitespace.Gary Wilson Jr
2007-10-13Added docstring to `copy_helper` function.Gary Wilson Jr
2007-10-13Removed unused itertools import and organized imports to adhere to PEP 8.Gary Wilson Jr