summaryrefslogtreecommitdiff
path: root/django/core/management/commands/syncdb.py
Commit message (Expand)AuthorAgeFilesLines
* [soc2009/multidb] Updated management commands to ensure that a database name ...archive/soc2009/multidbsoc2009/multidbAlex Gaynor2009-12-221-1/+1
* [soc2009/multidb] Several optimizations and cleanups. Patch from Russell Kei...Alex Gaynor2009-11-231-5/+5
* [soc2009/multidb] Modified the fixture loading, fixture dumping and synchroni...Alex Gaynor2009-11-231-5/+12
* [soc2009/multidb] Split SQL construction into two seperate classes, the Query...Alex Gaynor2009-11-211-38/+15
* [soc2009/multidb] Merged up to trunk r11756.Alex Gaynor2009-11-211-84/+88
* [soc2009/multidb] Bring this branch up to date with my external work. This m...Alex Gaynor2009-06-031-16/+13
* [soc2009/multidb] Updated several strings and internal API names to be more c...Alex Gaynor2009-06-031-26/+21
* [soc2009/multidb] Updated the test runner to support syncing all the database...Alex Gaynor2009-06-031-1/+10
* [soc2009/multidb] Coverted all applicable management commands to have a --dat...Alex Gaynor2009-06-031-124/+133
* Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss2009-03-181-1/+2
* Fixed #3163 -- Add a "Meta.managed" option to models.Malcolm Tredinnick2009-03-091-1/+1
* Promoted --verbosity to be a top level option for all management commands. Al...Russell Keith-Magee2008-10-021-6/+3
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-17/+10
* Fixed #7589 -- Added a way for post-table-creation SQL modifications to be do...Malcolm Tredinnick2008-07-291-1/+1
* Fixed #7421 -- Corrected the condition used during syncdb to establish that a...Russell Keith-Magee2008-07-111-3/+4
* Fixed #7597 -- Added code to force the re-opening of the cursor connection, j...Russell Keith-Magee2008-07-111-2/+5
* Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace ...Russell Keith-Magee2008-06-191-2/+8
* Fixed #7421 -- Improved syncdb implementation not to check for exact exceptio...Adrian Holovaty2008-06-121-1/+10
* Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the proc...Jacob Kaplan-Moss2008-05-311-2/+2
* Fixed #6374: cross-app and circular FK constraints are now detected and added...Jacob Kaplan-Moss2008-03-101-0/+2
* Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas Güt...Malcolm Tredinnick2007-12-021-2/+3
* Fixed two more instances of bug #4827 in the management code.Ian Kelly2007-09-151-1/+1
* Fixed #5242 -- Fixed table processing for some databases with case insensitiv...Malcolm Tredinnick2007-09-151-3/+3
* Variable renaming. I didn't feel comfortable with the tricky re-aliasing in t...Malcolm Tredinnick2007-09-151-4/+4
* Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty2007-09-091-1/+8
* Removed a bunch of legacy django.db.backend importsAdrian Holovaty2007-08-201-1/+1
* Implemented BaseDatabaseFeatures and changed all code to access it -- connect...Adrian Holovaty2007-08-201-1/+1
* Fixed 'django-admin.py syncdb' to take verbosity into account when loading in...Adrian Holovaty2007-08-171-2/+2
* Removed some trailing space in commands/syncdb.pyAdrian Holovaty2007-08-161-1/+1
* Fixed #5182 -- Fixed missing 'import sys' in syncdb.py. Thanks, John ShafferAdrian Holovaty2007-08-161-0/+1
* Improved error handling for management.py commands, especially for no argumen...Russell Keith-Magee2007-08-161-4/+4
* Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty2007-08-161-0/+129