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
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
2008-06-08
Fixed #4371 -- Improved error checking when loading fixtures. Code now catche...
Russell Keith-Magee
2008-03-07
Fixed #6420 -- Corrected the handling of the --traceback option in loaddata. ...
Russell Keith-Magee
2008-02-22
Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures sp...
Russell Keith-Magee
2008-01-28
Fixed #6419 -- Fixed verbosity level checks in loaddata command that were rai...
Gary Wilson Jr
2007-12-17
Fixed #4431 -- Added a --traceback option for dumpdata and loaddata (which
Malcolm Tredinnick
2007-12-17
Fixed #6110 -- Mark the python format serializer as for internal use only. T...
Malcolm Tredinnick
2007-12-04
Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' on...
Adrian Holovaty
2007-09-09
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...
Adrian Holovaty
2007-08-20
Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(...
Adrian Holovaty
2007-08-17
Added fix for verbosity handling in loaddata and test commands.
Russell Keith-Magee
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty