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
/
loaddata.py
Age
Commit message (
Expand
)
Author
2017-11-06
[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-26
Fixed #27978 -- Allowed loaddata to read data from stdin.
Pavel Kulikov
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-06-09
Fixed #20468 -- Added loaddata --exclude option.
Berker Peksag
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-03-01
Removed obsolete, unused option 'hide_empty' from loaddata command.
Jon Dufresne
2016-01-04
Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.
Andrew Kuchev
2015-12-31
Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.
Anssi Kääriäinen
2015-06-13
Fixed #24978 -- Escaped special characters in loaddata fixture paths
Moritz Sichert
2015-04-16
Fixed #21652 -- Added notification when processing objects in loaddata
Yitzhak Clark
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2014-10-31
Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.
Konrad Świat
2014-10-09
Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...
Brandon Taylor
2014-07-27
Only warn about initial data if fixtures have been found.
Florian Apolloner
2014-07-25
Mark initial_data as deprecated separately from syncdb. Refs #23077.
Andrew Godwin
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-04-21
Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-18
Adapted fixture read mode to file type
Claude Paroz
2014-04-18
Fixed #22399 -- Forced fixture reading in binary mode
Claude Paroz
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-02-09
Fixed #21969: Fix behaviour of initial_data with migrated apps
Andrew Godwin
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
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
Deprecated get_app_package, get_app_path and get_app_paths.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-07
Fixed #21551 -- Reenabled loading fixtures from subdirectory
Claude Paroz
2013-11-18
Fixed #21457 -- Allowed fixture file name to contain dots
Claude Paroz
2013-11-11
Fixed #21351 -- Replaced memoize with Python's lru_cache.
Bouke Haarsma
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-08-21
Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Florian Apolloner
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-07-30
Rename allow_syncdb to allow_migrate
Andrew Godwin
2013-07-29
Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an...
Przemek Lewandowski
2013-07-24
Fixed #14300 -- Fixed initial SQL location if models is a package.
Tim Graham
[next]