summaryrefslogtreecommitdiff
path: root/django/core/management/commands/syncdb.py
AgeCommit message (Expand)Author
2015-01-17Removed the syncdb command per deprecation timeline.Tim Graham
2014-10-20Removed redundant skip_checks option for call_commandClaude Paroz
2014-10-19Prevented syncdb from calling system checks multiple times. Refs #23650.Loic Bistuer
2014-06-19Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2013-06-07Initial stab at a migrate command, it's probably quite a way off.Andrew Godwin
2013-06-07Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-05-23Fixed #11398 - Added a pre_syncdb signalDonald Stufft
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-03-11Fixed a refactoring error in ba5138b1.Aymeric Augustin
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2012-10-26Merge branch 'master' into schema-alterationAndrew Godwin
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-22Remove weird syncdb managed thing - no longer needed.Andrew Godwin
2012-09-17More schema test fixingAndrew Godwin
2012-08-14[py3] Replace filter/lambda by list comprehensionsAymeric Augustin
2012-06-06Made TestNoInitialDataLoading pass with MySQL (Refs #15926)Claude Paroz
2012-06-05Fixed #15926 -- Added option --no-initial-data to syncdb and flush.Honza Kral
2012-05-01Skip model validation when models are known good.Anssi Kääriäinen
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-26Removed direct print statements from django management commands.Claude Paroz
2011-12-11Fixed #16397 -- Respected the --traceback flag in BaseCommand. This should ma...Aymeric Augustin
2011-10-23Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...Julien Phalip
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-01-18Refs #14661 -- Clarified the handling of initial data injected via custom SQL.Russell Keith-Magee
2010-08-07Rationalized the verbosity levels (including introducing a new super-verbose ...Russell Keith-Magee
2010-04-27Fixed #12286 -- Corrected order of table creation in syncdb so that it doesn'...Russell Keith-Magee
2010-02-26Fixed #12712 -- Corrected a problem with synchronizing that prevented m2m tab...Russell Keith-Magee
2010-01-25Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-11-18Fixed a misplaced parenthesis.Ian Kelly
2009-11-03Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...Russell Keith-Magee
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2009-03-09Fixed #3163 -- Add a "Meta.managed" option to models.Malcolm Tredinnick
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