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