index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
dumpdata.py
Age
Commit message (
Expand
)
Author
2010-04-09
Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...
Russell Keith-Magee
2010-03-31
Fixed #13253 -- Updated the help message for dumpdata to indicate that indivi...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-16
Fixed #12384: fixed a Python 2.4 incompatibility introduced in [11863].
Jacob Kaplan-Moss
2009-12-14
Fixed #7052 -- Added support for natural keys in serialization.
Russell Keith-Magee
2009-07-27
Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...
Russell Keith-Magee
2009-06-09
Fixed #11286 -- Ensured that dumpdata uses the default manager, rather than a...
Russell Keith-Magee
2009-03-04
Fixed #10381 -- Fixed some a machine-dependent test failure after r9921.
Malcolm Tredinnick
2009-02-28
Fixed #5610 -- Added the ability for dumpdata to take individual model names,...
Russell Keith-Magee
2008-06-13
Fixed #7436 -- Corrected a fix from [7615] that broke some test cases. Don't ...
Russell Keith-Magee
2008-06-11
Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific app...
Russell Keith-Magee
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-09-10
Fixed #5375 -- Added base command options to the options registered against d...
Russell Keith-Magee
2007-09-09
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...
Adrian Holovaty
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty