summaryrefslogtreecommitdiff
path: root/django/core/management/commands/loaddata.py
AgeCommit message (Expand)Author
2013-08-20[1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner
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
2011-09-22Fixed #16026 -- loaddata now identifies which object triggered an error.Paul McMillan
2011-09-09Fixed a bunch of imports of the email stdlib module now that we are on Python...Jannis Leidel
2011-08-07Fixed #3615: Added support for loading fixtures with forward references on da...Karen Tracey
2010-10-02Fixed #10215 -- Ensured that there is parity between enter and leave transact...Russell Keith-Magee
2010-08-20Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb met...Russell Keith-Magee
2010-08-07Rationalized the verbosity levels (including introducing a new super-verbose ...Russell Keith-Magee
2010-06-05Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another...Russell Keith-Magee
2010-04-11Fixed #13319 -- Modified the default verbosity level for "no fixtures loaded"...Russell Keith-Magee
2010-01-25Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-19Fixed #6961 - loaddata fails if models is a package instead of a moduleLuke Plant
2009-01-17Fixed #8055: Replaced use of traceback.format_exc (new in Python 2.4) with so...Karen Tracey
2008-12-14Remove some code in loaddata that bails out of searching for fixture files (o...Karen Tracey
2008-12-01Clean up the imports in loaddata.py to match other code whilst I'm in the nei...Malcolm Tredinnick
2008-12-01Fixed #9723 -- Not all Python distributions contain the bz2 module, so we nee...Malcolm Tredinnick
2008-11-24Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer bei...Jacob Kaplan-Moss
2008-11-24Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer bei...Jacob Kaplan-Moss
2008-11-24Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...Jacob Kaplan-Moss
2008-11-06Fixed #9011 -- Corrected handling of fixture files that contain errors to cor...Russell Keith-Magee
2008-10-02Promoted --verbosity to be a top level option for all management commands. Al...Russell Keith-Magee
2008-08-13Refs #8138 -- Added a stealth option to the loaddata command so that the use ...Russell Keith-Magee
2008-06-30Fixed #7572 -- Force the closure of the database connection at the end of fi...Russell Keith-Magee
2008-06-16Fixed #6497 -- Improved fixture error reporting by displaying the entire trac...Adrian Holovaty