summaryrefslogtreecommitdiff
path: root/django/core/management/commands/loaddata.py
AgeCommit message (Expand)Author
2014-07-27[1.7.x] Only warn about initial data if fixtures have been found.Florian Apolloner
2014-07-25[1.7.x] Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin
2014-04-21[1.7.x] Appeased flake8 2.1.0.Aymeric Augustin
2014-04-18[1.7.x] Adapted fixture read mode to file typeClaude Paroz
2014-04-18[1.7.x] Fixed #22399 -- Forced fixture reading in binary modeClaude Paroz
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
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Deprecated get_app_package, get_app_path and get_app_paths.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-07Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz
2013-11-18Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
2013-11-11Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma
2013-11-02Fixed flake8 E241Boryslav Larin
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-09-06Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor
2013-08-21Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-07-29Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an...Przemek Lewandowski
2013-07-24Fixed #14300 -- Fixed initial SQL location if models is a package.Tim Graham
2013-06-03Fixed loaddata for Django checkouts with non ASCII chars in the name.Florian Apolloner
2013-06-03Fixed small regression from 51aa000378.Aymeric Augustin
2013-06-02Fixed #20485 -- Refactored loaddata for speed.Aymeric Augustin
2013-05-19Fixed #18990 -- Loaddata now complains if fixture doesn't existSenko Rasic
2013-05-19Fixed #18990: Loaddata now complains if fixture doesn't existSenko Rasic
2013-03-11Fixed loaddata command, broken in the previous merge.Aymeric Augustin
2013-03-11Used commit_on_success_unless_managed in loaddata.Aymeric Augustin
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2013-03-11Made transaction.managed a no-op and deprecated it.Aymeric Augustin
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-17Refactor loaddata for readability.Ramiro Morales
2012-10-01Cleaned up loaddata command options help textPreston Holmes
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-08-21Fixed #18196 -- Improved loaddata error messages.Claude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Fixed #10200 -- Raised CommandError when errors happen in loaddata.Claude Paroz
2012-05-19Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper classClaude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-01-14Fixed #17530 - Fixture loading with deferred constraints broken for Postgres ...Luke Plant
2011-12-11Fixed #16397 -- Respected the --traceback flag in BaseCommand. This should ma...Aymeric Augustin
2011-10-29Made a couple of changes for readability and correctness in loaddata.Ramiro Morales
2011-10-29Enhanced loaddata error message printed when no DB fixture is provided.Ramiro Morales
2011-10-23Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...Julien Phalip