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
2024-05-10
Fixed #35429 -- Added argparse choices to --database options.
SaJH
2023-01-18
Refs #34233 -- Used @functools.cache.
Nick Pope
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-08-23
Fixed #33949 -- Fixed fixture dirs duplicates with Path instances.
Claude Paroz
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-18
Fixed #32317 -- Refactored loaddata command to make it extensible.
William Schwartz
2021-05-14
Refs #32317 -- Simplified find_fixtures() in loaddata command.
William Schwartz
2021-05-14
Refs #32317 -- Cleaned up try/except blocks in loaddata command.
William Schwartz
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
2020-09-17
Tweaked loaddata command to re-use a calculated value.
Владимир Лысенко
2020-05-15
Fixed #31552 -- Added support for LZMA and XZ fixtures to loaddata.
Paolo Melchiorre
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-04-07
Fixed #31428 -- Allowed empty message in management command self.stdout/err p...
François Freitag
2019-04-25
Removed redundant os.path.abspath() call.
Jon Dufresne
2019-04-24
Removed unnecessary assignments in various code.
Jon Dufresne
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2018-09-26
Fixed loaddata error message when uncompressed fixture has a dot in its name.
Sergey Fedoseev
2018-09-25
Removed unneeded list() calls in list.extend() argument.
Sergey Fedoseev
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-07-13
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...
Peter Inglesby
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2017-12-30
Fixed #28117 -- Added a helpful message in loaddata when psycopg2 can't load ...
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-07
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-11-06
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
[next]