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
/
syncdb.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-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-07-29
Fixed #7589 -- Added a way for post-table-creation SQL modifications to be do...
Malcolm Tredinnick
2008-07-11
Fixed #7421 -- Corrected the condition used during syncdb to establish that a...
Russell Keith-Magee
2008-07-11
Fixed #7597 -- Added code to force the re-opening of the cursor connection, j...
Russell Keith-Magee
2008-06-19
Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace ...
Russell Keith-Magee
2008-06-12
Fixed #7421 -- Improved syncdb implementation not to check for exact exceptio...
Adrian Holovaty
2008-05-31
Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the proc...
Jacob Kaplan-Moss
2008-03-10
Fixed #6374: cross-app and circular FK constraints are now detected and added...
Jacob Kaplan-Moss
2007-12-02
Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas Güt...
Malcolm Tredinnick
2007-09-15
Fixed two more instances of bug #4827 in the management code.
Ian Kelly
2007-09-15
Fixed #5242 -- Fixed table processing for some databases with case insensitiv...
Malcolm Tredinnick
2007-09-15
Variable renaming. I didn't feel comfortable with the tricky re-aliasing in t...
Malcolm Tredinnick
2007-09-09
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...
Adrian Holovaty
2007-08-20
Removed a bunch of legacy django.db.backend imports
Adrian Holovaty
2007-08-20
Implemented BaseDatabaseFeatures and changed all code to access it -- connect...
Adrian Holovaty
2007-08-17
Fixed 'django-admin.py syncdb' to take verbosity into account when loading in...
Adrian Holovaty
2007-08-16
Removed some trailing space in commands/syncdb.py
Adrian Holovaty
2007-08-16
Fixed #5182 -- Fixed missing 'import sys' in syncdb.py. Thanks, John Shaffer
Adrian Holovaty
2007-08-16
Improved error handling for management.py commands, especially for no argumen...
Russell Keith-Magee
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty