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