summaryrefslogtreecommitdiff
path: root/django/core/management/commands/dumpdata.py
AgeCommit message (Expand)Author
2013-09-06[1.6.x] Merge pull request #1582 from rca/12756-missing-yaml-module-serialize...Russell Keith-Magee
2013-05-30Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham
2013-05-19Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes
2012-06-24Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keysClaude Paroz
2012-05-26Removed unneeded sys import added in previous commitClaude Paroz
2012-05-26Fixed #5423 -- Made dumpdata output one row at a time.Claude Paroz
2012-05-19Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper classClaude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2011-10-23Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...Julien Phalip
2011-09-10Kill some more dead code.Alex Gaynor
2011-07-29Fixed #16477 -- Correct help text of an option of the dumpdata management com...Jannis Leidel
2010-08-30Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...Luke Plant
2010-08-06Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio...Russell Keith-Magee
2010-08-04Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-04-09Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...Russell Keith-Magee
2010-03-31Fixed #13253 -- Updated the help message for dumpdata to indicate that indivi...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-16Fixed #12384: fixed a Python 2.4 incompatibility introduced in [11863].Jacob Kaplan-Moss
2009-12-14Fixed #7052 -- Added support for natural keys in serialization.Russell Keith-Magee
2009-07-27Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...Russell Keith-Magee
2009-06-09Fixed #11286 -- Ensured that dumpdata uses the default manager, rather than a...Russell Keith-Magee
2009-03-04Fixed #10381 -- Fixed some a machine-dependent test failure after r9921.Malcolm Tredinnick
2009-02-28Fixed #5610 -- Added the ability for dumpdata to take individual model names,...Russell Keith-Magee
2008-06-13Fixed #7436 -- Corrected a fix from [7615] that broke some test cases. Don't ...Russell Keith-Magee
2008-06-11Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific app...Russell Keith-Magee
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-09-10Fixed #5375 -- Added base command options to the options registered against d...Russell Keith-Magee
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty