summaryrefslogtreecommitdiff
path: root/django/core/management/commands/dumpdata.py
AgeCommit message (Expand)Author
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