django1/django/core/management
Tomasz Rybak d7429defe6 Add sqldropindexes to manage
Change patch from https://code.djangoproject.com/ticket/5568
to work on modern Django.
Add special case for MySQL which has different syntax for DROP INDEX.
Add unit tests for the new functionality.
2013-02-24 12:38:28 +01:00
..
commands Add sqldropindexes to manage 2013-02-24 12:38:28 +01:00
__init__.py Revert "Fixed #19724 -- Output error when settings are improperly configured" 2013-02-04 12:15:22 +01:00
base.py Enhanced docs and docctrings added in 869c9ba. 2013-02-04 08:55:45 -03:00
color.py Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying attention to every commit I make :-) 2010-02-03 00:34:49 +00:00
sql.py Add sqldropindexes to manage 2013-02-24 12:38:28 +01:00
templates.py Simplified default project template. 2013-02-04 13:21:36 +01:00
validation.py Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom User models. 2013-02-15 09:00:55 +08:00