index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
dumpdata.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+1
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-3
/
+9
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-53
/
+83
*
Fixed #32291 -- Added fixtures compression support to dumpdata.
Paolo Melchiorre
2021-01-12
1
-1
/
+44
*
Made small readability improvements.
Martin Thoma
2020-10-28
1
-3
/
+2
*
Refs #31051 -- Made dumpdata do not sort dependencies if natural foreign keys...
Matthijs Kooijman
2020-04-07
1
-1
/
+11
*
Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys.
Matthijs Kooijman
2020-04-07
1
-1
/
+1
*
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2019-04-18
1
-1
/
+1
*
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-06
1
-3
/
+2
*
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-07-02
1
-5
/
+5
*
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-12-04
1
-1
/
+1
*
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-09-13
1
-1
/
+1
*
Used OrderedDict.fromkeys() to initialize OrderedDict with None values.
Sergey Fedoseev
2017-08-23
1
-2
/
+2
*
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-04-01
1
-3
/
+3
*
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-23
1
-2
/
+1
*
Fixed #26826 -- Stripped spaces from dumpdata pks arguments
Claude Paroz
2016-07-16
1
-1
/
+1
*
Fixed #20468 -- Added loaddata --exclude option.
Berker Peksag
2016-06-09
1
-15
/
+2
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-33
/
+56
*
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-03-05
1
-10
/
+10
*
Refs #26144 -- Used proxy_for_model instead of mro inspection.
Simon Charette
2016-02-05
1
-2
/
+1
*
Fixed #26144 -- Warned when dumping proxy model without concrete parent.
Yoong Kang Lim
2016-02-04
1
-1
/
+13
*
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Claude Paroz
2015-07-24
1
-5
/
+18
*
Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...
Peter Inglesby
2015-05-22
1
-6
/
+6
*
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-20
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-2
/
+2
*
Removed dumpdata --natural option and serializers use_natural_keys parameter.
Tim Graham
2015-01-17
1
-10
/
+1
*
Fixed #23660 -- Moved sort_dependencies to core.
Collin Anderson
2014-10-16
1
-80
/
+1
*
Converted remaining management commands to argparse
Claude Paroz
2014-06-14
1
-27
/
+27
*
Fixed a few ResourceWarning in the test suite. Refs #22680.
Loic Bistuer
2014-05-26
1
-4
/
+9
*
Fixed #14226 -- Dependency calculation for complex M2M relations.
Rainer Koirikivi
2014-05-11
1
-5
/
+9
*
flake8 and doc fixes for refs #22257.
Tim Graham
2014-03-25
1
-1
/
+1
*
Fixed #22257 -- Added file output option to dumpdata command.
Anubhav Joshi
2014-03-25
1
-1
/
+4
*
Mentioned that ``dumpdata --natural`` is deprecated.
Daniel Hahler
2014-03-18
1
-1
/
+1
*
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-08
1
-1
/
+2
*
Fixed #22025 -- Listing app followed by app.Model in dumpdata command
Eli Bendersky
2014-02-12
1
-2
/
+7
*
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-26
1
-4
/
+3
*
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-30
1
-2
/
+2
*
Added AppConfig.get_models().
Aymeric Augustin
2013-12-29
1
-1
/
+1
*
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
1
-4
/
+6
*
Used app_label instead of appname.
Aymeric Augustin
2013-12-28
1
-8
/
+12
*
Refactored dumpdata with app configs instead of models modules.
Aymeric Augustin
2013-12-27
1
-24
/
+19
*
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
1
-10
/
+10
*
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
1
-2
/
+2
*
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
1
-2
/
+2
*
Made it possible to create apps without a models module.
Aymeric Augustin
2013-12-17
1
-4
/
+5
*
Deprecated get_app().
Aymeric Augustin
2013-12-17
1
-7
/
+6
*
Deprecated get_apps().
Aymeric Augustin
2013-12-17
1
-1
/
+3
*
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
1
-10
/
+10
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+1
*
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-26
1
-1
/
+1
[next]