summaryrefslogtreecommitdiff
path: root/django/core/management/commands/loaddata.py
AgeCommit message (Expand)Author
2020-12-29Used model's Options.label where applicable.Mariusz Felisiak
2020-09-17Tweaked loaddata command to re-use a calculated value.Владимир Лысенко
2020-05-15Fixed #31552 -- Added support for LZMA and XZ fixtures to loaddata.Paolo Melchiorre
2020-04-27Refs #18325 -- Removed unnecessary line endings in management commands.François Freitag
2020-04-07Fixed #31428 -- Allowed empty message in management command self.stdout/err p...François Freitag
2019-04-25Removed redundant os.path.abspath() call.Jon Dufresne
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2018-09-26Fixed loaddata error message when uncompressed fixture has a dot in its name.Sergey Fedoseev
2018-09-25Removed unneeded list() calls in list.extend() argument.Sergey Fedoseev
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-07-13Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...Peter Inglesby
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2017-12-30Fixed #28117 -- Added a helpful message in loaddata when psycopg2 can't load ...Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-07Refs #23919 -- Replaced super() calls for old-style classes.Nick Pope
2017-11-06Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-05-26Fixed #27978 -- Allowed loaddata to read data from stdin.Pavel Kulikov
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-03-04Refs #27795 -- Removed unneeded force_text callsClaude Paroz
2017-02-21Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Stopped using django.utils.lru_cache().Aymeric Augustin
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude 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-03-01Removed obsolete, unused option 'hide_empty' from loaddata command.Jon Dufresne
2016-01-04Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.Andrew Kuchev
2015-12-31Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.Anssi Kääriäinen
2015-06-13Fixed #24978 -- Escaped special characters in loaddata fixture pathsMoritz Sichert
2015-04-16Fixed #21652 -- Added notification when processing objects in loaddataYitzhak Clark
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 support for initial_data fixtures per deprecation timeline.Tim Graham
2014-10-31Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.Konrad Świat
2014-10-09Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...Brandon Taylor
2014-07-27Only warn about initial data if fixtures have been found.Florian Apolloner
2014-07-25Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-18Adapted fixture read mode to file typeClaude Paroz
2014-04-18Fixed #22399 -- Forced fixture reading in binary modeClaude Paroz
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-02-09Fixed #21969: Fix behaviour of initial_data with migrated appsAndrew Godwin
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin