Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/dumpdata.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22258 -- Added progress status for dumpdata when o...Claude Paroz2015-07-241-5/+18
* Fixed #24776 -- Improved apps.get_app_config() error mess...Peter Inglesby2015-05-221-6/+6
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Removed dumpdata --natural option and serializers use_nat...Tim Graham2015-01-181-10/+1
* Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson2014-10-151-80/+1
* Converted remaining management commands to argparseClaude Paroz2014-06-141-27/+27
* Fixed a few ResourceWarning in the test suite. Refs #22680.Loic Bistuer2014-05-251-4/+9
* Fixed #14226 -- Dependency calculation for complex M2M re...Rainer Koirikivi2014-05-121-5/+9
* flake8 and doc fixes for refs #22257.Tim Graham2014-03-251-1/+1
* Fixed #22257 -- Added file output option to dumpdata comm...Anubhav Joshi2014-03-251-1/+4
* Mentioned that ``dumpdata --natural`` is deprecated.Daniel Hahler2014-03-181-1/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Fixed #22025 -- Listing app followed by app.Model in dump...Eli Bendersky2014-02-121-2/+7
* Took advantage of the new get_model API. Refs #21702.Aymeric Augustin2014-01-261-4/+3
* Removed the only_with_models_module argument of get_model...Aymeric Augustin2013-12-301-2/+2
* Added AppConfig.get_models().Aymeric Augustin2013-12-291-1/+1
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-4/+6
* Used app_label instead of appname.Aymeric Augustin2013-12-281-8/+12
* Refactored dumpdata with app configs instead of models mo...Aymeric Augustin2013-12-271-24/+19
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-10/+10
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-2/+2
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-2/+2
* Made it possible to create apps without a models module.Aymeric Augustin2013-12-171-4/+5
* Deprecated get_app().Aymeric Augustin2013-12-171-7/+6
* Deprecated get_apps().Aymeric Augustin2013-12-171-1/+3
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-10/+10
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-1/+1
* Fixed #13252 -- Added ability to serialize with natural p...Tai Lee2013-10-111-1/+14
* Moved get_serializer() call in dumpdata command.Roberto Aguilar2013-09-061-4/+4
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-091-5/+6
|\
| * Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-4/+5
| * Fixed a number of minor misspellings.Julien Phalip2013-07-281-1/+1
* | Rename allow_syncdb to allow_migrateAndrew Godwin2013-07-301-1/+1
|/
* Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham2013-05-301-3/+4
* Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes2013-05-191-2/+19
* Fixed #16317 -- Fixed dumpdata for self-referencing model...Claude Paroz2012-06-241-2/+2
* Removed unneeded sys import added in previous commitClaude Paroz2012-05-261-1/+0
* Fixed #5423 -- Made dumpdata output one row at a time.Claude Paroz2012-05-261-13/+17
* Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapp...Claude Paroz2012-05-191-2/+3
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #13760 -- Cleaned up unnecessary default option han...Julien Phalip2011-10-231-7/+7
* Kill some more dead code.Alex Gaynor2011-09-111-3/+2
* Fixed #16477 -- Correct help text of an option of the dum...Jannis Leidel2011-07-291-2/+2
* Fixed #14162 - Dumpdata needs an option to use the base m...Luke Plant2010-08-301-2/+9
* Fixed #12775 -- Modified the --exclude argument to dumpda...Russell Keith-Magee2010-08-061-4/+23
* Fixed #13746: made the dumdata help message a bit clearer...Jacob Kaplan-Moss2010-08-041-2/+3
* Fixed #13308 -- Ensured that dumpdata correctly interacts...Russell Keith-Magee2010-04-091-2/+2
* Fixed #13253 -- Updated the help message for dumpdata to ...Russell Keith-Magee2010-03-311-1/+1