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
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