Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/loaddata.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapp...Claude Paroz2012-05-191-18/+18
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #17965 -- Definitely dropped support for Python 2.5...Claude Paroz2012-03-311-1/+1
* Removed with_statement imports, useless in Python >= 2.6....Claude Paroz2012-03-301-4/+0
* Fixed #17530 - Fixture loading with deferred constraints ...Luke Plant2012-01-141-107/+111
* Fixed #16397 -- Respected the --traceback flag in BaseCom...Aymeric Augustin2011-12-111-1/+1
* Made a couple of changes for readability and correctness ...Ramiro Morales2011-10-301-6/+6
* Enhanced loaddata error message printed when no DB fixtur...Ramiro Morales2011-10-291-11/+13
* Fixed #13760 -- Cleaned up unnecessary default option han...Julien Phalip2011-10-231-3/+3
* Fixed #16026 -- loaddata now identifies which object trig...Paul McMillan2011-09-221-2/+12
* Fixed a bunch of imports of the email stdlib module now t...Jannis Leidel2011-09-091-1/+1
* Fixed #3615: Added support for loading fixtures with forw...Karen Tracey2011-08-071-6/+18
* Fixed #10215 -- Ensured that there is parity between ente...Russell Keith-Magee2010-10-021-8/+12
* Fixed #14068 -- Corrected error handling in loaddata when...Russell Keith-Magee2010-08-201-9/+18
* Rationalized the verbosity levels (including introducing ...Russell Keith-Magee2010-08-071-8/+8
* Fixed #13636 -- Migrated fixtures tests to use unittests,...Russell Keith-Magee2010-06-051-15/+15
* Fixed #13319 -- Modified the default verbosity level for ...Russell Keith-Magee2010-04-111-1/+1
* Fixed #12672 -- Added the ability to configure which appl...Russell Keith-Magee2010-01-251-10/+2
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-74/+88
* Fixed #6961 - loaddata fails if models is a package inste...Luke Plant2009-12-191-1/+11
* Fixed #8055: Replaced use of traceback.format_exc (new in...Karen Tracey2009-01-171-2/+2
* Remove some code in loaddata that bails out of searching ...Karen Tracey2008-12-141-4/+0
* Clean up the imports in loaddata.py to match other code w...Malcolm Tredinnick2008-12-011-4/+6
* Fixed #9723 -- Not all Python distributions contain the b...Malcolm Tredinnick2008-12-011-1/+8
* Fixed a bug introduced by [9527] -- empty/invalid fixture...Jacob Kaplan-Moss2008-11-241-2/+2
* Fixed a bug introduced by [9527] -- empty/invalid fixture...Jacob Kaplan-Moss2008-11-241-1/+14
* Fixed #4924: added support for loading compressed fixture...Jacob Kaplan-Moss2008-11-241-52/+74
* Fixed #9011 -- Corrected handling of fixture files that c...Russell Keith-Magee2008-11-061-15/+13
* Promoted --verbosity to be a top level option for all man...Russell Keith-Magee2008-10-021-12/+7
* Refs #8138 -- Added a stealth option to the loaddata comm...Russell Keith-Magee2008-08-131-10/+21
* Fixed #7572 -- Force the closure of the database connecti...Russell Keith-Magee2008-06-301-0/+6
* Fixed #6497 -- Improved fixture error reporting by displa...Adrian Holovaty2008-06-161-2/+5
* Fixed #4371 -- Improved error checking when loading fixtu...Russell Keith-Magee2008-06-081-7/+28
* Fixed #6420 -- Corrected the handling of the --traceback ...Russell Keith-Magee2008-03-071-4/+6
* Fixed #6436 -- Added check for absolute paths in fixture ...Russell Keith-Magee2008-02-221-7/+13
* Fixed #6419 -- Fixed verbosity level checks in loaddata c...Gary Wilson Jr2008-01-281-3/+3
* Fixed #4431 -- Added a --traceback option for dumpdata an...Malcolm Tredinnick2007-12-171-2/+5
* Fixed #6110 -- Mark the python format serializer as for i...Malcolm Tredinnick2007-12-171-2/+2
* Changed loaddata to display 'No fixtures found' and 'Load...Adrian Holovaty2007-12-041-3/+3
* Fixed #5369 -- Refactored the django-admin.py help system...Adrian Holovaty2007-09-091-1/+7
* Refactored get_sql_sequence_reset() to DatabaseOperations...Adrian Holovaty2007-08-201-2/+2
* Added fix for verbosity handling in loaddata and test com...Russell Keith-Magee2007-08-171-1/+1
* Major refactoring of django.core.management -- it's now a...Adrian Holovaty2007-08-161-0/+123