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
2013-08-20
[1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Florian Apolloner
2013-06-03
Fixed loaddata for Django checkouts with non ASCII chars in the name.
Florian Apolloner
2013-06-03
Fixed small regression from 51aa000378.
Aymeric Augustin
2013-06-02
Fixed #20485 -- Refactored loaddata for speed.
Aymeric Augustin
2013-05-19
Fixed #18990 -- Loaddata now complains if fixture doesn't exist
Senko Rasic
2013-05-19
Fixed #18990: Loaddata now complains if fixture doesn't exist
Senko Rasic
2013-03-11
Fixed loaddata command, broken in the previous merge.
Aymeric Augustin
2013-03-11
Used commit_on_success_unless_managed in loaddata.
Aymeric Augustin
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
Made transaction.managed a no-op and deprecated it.
Aymeric Augustin
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-17
Refactor loaddata for readability.
Ramiro Morales
2012-10-01
Cleaned up loaddata command options help text
Preston Holmes
2012-09-30
Fixed #9279 -- Added ignorenonexistent option to loaddata
Preston Holmes
2012-08-21
Fixed #18196 -- Improved loaddata error messages.
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Fixed #10200 -- Raised CommandError when errors happen in loaddata.
Claude Paroz
2012-05-19
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-01-14
Fixed #17530 - Fixture loading with deferred constraints broken for Postgres ...
Luke Plant
2011-12-11
Fixed #16397 -- Respected the --traceback flag in BaseCommand. This should ma...
Aymeric Augustin
2011-10-29
Made a couple of changes for readability and correctness in loaddata.
Ramiro Morales
2011-10-29
Enhanced loaddata error message printed when no DB fixture is provided.
Ramiro Morales
2011-10-23
Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...
Julien Phalip
2011-09-22
Fixed #16026 -- loaddata now identifies which object triggered an error.
Paul McMillan
2011-09-09
Fixed a bunch of imports of the email stdlib module now that we are on Python...
Jannis Leidel
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2010-10-02
Fixed #10215 -- Ensured that there is parity between enter and leave transact...
Russell Keith-Magee
2010-08-20
Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb met...
Russell Keith-Magee
2010-08-07
Rationalized the verbosity levels (including introducing a new super-verbose ...
Russell Keith-Magee
2010-06-05
Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another...
Russell Keith-Magee
2010-04-11
Fixed #13319 -- Modified the default verbosity level for "no fixtures loaded"...
Russell Keith-Magee
2010-01-25
Fixed #12672 -- Added the ability to configure which applications are availab...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-19
Fixed #6961 - loaddata fails if models is a package instead of a module
Luke Plant
2009-01-17
Fixed #8055: Replaced use of traceback.format_exc (new in Python 2.4) with so...
Karen Tracey
2008-12-14
Remove some code in loaddata that bails out of searching for fixture files (o...
Karen Tracey
2008-12-01
Clean up the imports in loaddata.py to match other code whilst I'm in the nei...
Malcolm Tredinnick
2008-12-01
Fixed #9723 -- Not all Python distributions contain the bz2 module, so we nee...
Malcolm Tredinnick
2008-11-24
Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer bei...
Jacob Kaplan-Moss
2008-11-24
Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer bei...
Jacob Kaplan-Moss
2008-11-24
Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...
Jacob Kaplan-Moss
2008-11-06
Fixed #9011 -- Corrected handling of fixture files that contain errors to cor...
Russell Keith-Magee
2008-10-02
Promoted --verbosity to be a top level option for all management commands. Al...
Russell Keith-Magee
2008-08-13
Refs #8138 -- Added a stealth option to the loaddata command so that the use ...
Russell Keith-Magee
2008-06-30
Fixed #7572 -- Force the closure of the database connection at the end of fi...
Russell Keith-Magee
2008-06-16
Fixed #6497 -- Improved fixture error reporting by displaying the entire trac...
Adrian Holovaty
[next]