Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/loaddata.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24978 -- Escaped special characters in loaddata fi...Moritz Sichert2015-06-141-1/+3
* Fixed #21652 -- Added notification when processing object...Yitzhak Clark2015-04-161-1/+8
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+6
* Removed support for initial_data fixtures per deprecation...Tim Graham2015-01-171-7/+1
* Fixed #23468 -- Added checks for duplicate fixtures direc...Konrad Świat2014-10-311-3/+14
* Fixed #23612 -- Normalized fixuture paths to allow refere...Brandon Taylor2014-10-091-1/+1
* Only warn about initial data if fixtures have been found.Florian Apolloner2014-07-271-1/+1
* Mark initial_data as deprecated separately from syncdb. R...Andrew Godwin2014-07-251-0/+6
* Converted remaining management commands to argparseClaude Paroz2014-06-141-18/+14
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-3/+3
* Adapted fixture read mode to file typeClaude Paroz2014-04-181-7/+7
* Fixed #22399 -- Forced fixture reading in binary modeClaude Paroz2014-04-181-1/+2
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-1/+1
* Fixed #21969: Fix behaviour of initial_data with migrated...Andrew Godwin2014-02-091-1/+9
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-4/+3
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Deprecated get_app_package, get_app_path and get_app_paths.Aymeric Augustin2013-12-171-2/+2
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+2
* Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz2013-12-071-1/+5
* Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz2013-11-181-9/+8
* Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma2013-11-111-5/+4
* Fixed flake8 E241Boryslav Larin2013-11-021-3/+3
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-10/+10
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed a number of flake8 errors -- particularly around un...Alex Gaynor2013-09-071-1/+0
* Fixed #20933 -- Allowed loaddata to load fixtures from re...Florian Apolloner2013-08-211-1/+1
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-091-6/+8
|\
| * Fixed #18213 -- Allowed empty fixtures (emit a warning ra...Przemek Lewandowski2013-07-291-5/+7
| * Fixed #14300 -- Fixed initial SQL location if models is a...Tim Graham2013-07-241-1/+1
* | Rename allow_syncdb to allow_migrateAndrew Godwin2013-07-301-1/+1
|/
* Fixed loaddata for Django checkouts with non ASCII chars ...Florian Apolloner2013-06-031-1/+2
* Fixed small regression from 51aa000378.Aymeric Augustin2013-06-031-1/+1
* Fixed #20485 -- Refactored loaddata for speed.Aymeric Augustin2013-06-021-140/+166
* Fixed #18990 -- Loaddata now complains if fixture doesn't...Senko Rasic2013-05-191-1/+2
* Fixed #18990: Loaddata now complains if fixture doesn't e...Senko Rasic2013-05-191-2/+9
* Fixed loaddata command, broken in the previous merge.Aymeric Augustin2013-03-111-0/+2
* Used commit_on_success_unless_managed in loaddata.Aymeric Augustin2013-03-111-48/+21
* Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-1/+0
* Made transaction.managed a no-op and deprecated it.Aymeric Augustin2013-03-111-1/+0
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-2/+3
* Refactor loaddata for readability.Ramiro Morales2012-11-171-133/+140
* Cleaned up loaddata command options help textPreston Holmes2012-10-011-2/+2
* Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes2012-10-011-1/+7
* Fixed #18196 -- Improved loaddata error messages.Claude Paroz2012-08-211-3/+9
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+4
* Fixed #10200 -- Raised CommandError when errors happen in...Claude Paroz2012-06-071-31/+12