summaryrefslogtreecommitdiff
path: root/django/core/management/commands/dumpdata.py
AgeCommit message (Expand)Author
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-09-13Removed unnecessary parens in various code.Mariusz Felisiak
2017-08-23Used OrderedDict.fromkeys() to initialize OrderedDict with None values.Sergey Fedoseev
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-02-23Refs #23919 -- Used yield from.Vytis Banaitis
2016-07-16Fixed #26826 -- Stripped spaces from dumpdata pks argumentsClaude Paroz
2016-06-09Fixed #20468 -- Added loaddata --exclude option.Berker Peksag
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2016-02-05Refs #26144 -- Used proxy_for_model instead of mro inspection.Simon Charette
2016-02-04Fixed #26144 -- Warned when dumping proxy model without concrete parent.Yoong Kang Lim
2015-07-24Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz
2015-05-22Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...Peter Inglesby
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-17Removed dumpdata --natural option and serializers use_natural_keys parameter.Tim Graham
2014-10-16Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-05-26Fixed a few ResourceWarning in the test suite. Refs #22680.Loic Bistuer
2014-05-11Fixed #14226 -- Dependency calculation for complex M2M relations.Rainer Koirikivi
2014-03-25flake8 and doc fixes for refs #22257.Tim Graham
2014-03-25Fixed #22257 -- Added file output option to dumpdata command.Anubhav Joshi
2014-03-18Mentioned that ``dumpdata --natural`` is deprecated.Daniel Hahler
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-02-12Fixed #22025 -- Listing app followed by app.Model in dumpdata commandEli Bendersky
2014-01-26Took advantage of the new get_model API. Refs #21702.Aymeric Augustin
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-29Added AppConfig.get_models().Aymeric Augustin
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-12-27Refactored dumpdata with app configs instead of models modules.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Made it possible to create apps without a models module.Aymeric Augustin
2013-12-17Deprecated get_app().Aymeric Augustin
2013-12-17Deprecated get_apps().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-09-06Moved get_serializer() call in dumpdata command.Roberto Aguilar
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-04Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-07-27Fixed a number of minor misspellings.Julien Phalip
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