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
2014-03-18
Mentioned that ``dumpdata --natural`` is deprecated.
Daniel Hahler
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-12
Fixed #22025 -- Listing app followed by app.Model in dumpdata command
Eli Bendersky
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-29
Added AppConfig.get_models().
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-27
Refactored dumpdata with app configs instead of models modules.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Made it possible to create apps without a models module.
Aymeric Augustin
2013-12-17
Deprecated get_app().
Aymeric Augustin
2013-12-17
Deprecated get_apps().
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-11
Fixed #13252 -- Added ability to serialize with natural primary keys.
Tai Lee
2013-09-06
Moved get_serializer() call in dumpdata command.
Roberto Aguilar
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-30
Rename allow_syncdb to allow_migrate
Andrew Godwin
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-05-30
Fixed #20509 - Proper parsing for dumpdata --pks option.
Tim Graham
2013-05-19
Fixed #16330 -- added --pks option in dumpdata command
Preston Holmes
2012-06-24
Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keys
Claude Paroz
2012-05-26
Removed unneeded sys import added in previous commit
Claude Paroz
2012-05-26
Fixed #5423 -- Made dumpdata output one row at a time.
Claude Paroz
2012-05-19
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2011-10-23
Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...
Julien Phalip
2011-09-10
Kill some more dead code.
Alex Gaynor
2011-07-29
Fixed #16477 -- Correct help text of an option of the dumpdata management com...
Jannis Leidel
2010-08-30
Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...
Luke Plant
2010-08-06
Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio...
Russell Keith-Magee
2010-08-04
Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.
Jacob Kaplan-Moss
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
[next]