.. |
__init__.py
|
Major refactoring of django.core.management -- it's now a package rather than a 1730-line single module. All django-admin/manage.py commands are now stored in separate modules. This is backwards-incompatible for people who used django.core.management functions directly
|
2007-08-16 06:06:55 +00:00 |
check.py
|
Fixed #20653 -- Renamed checksetup management command.
|
2013-06-25 09:37:54 +08:00 |
compilemessages.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
createcachetable.py
|
Fixed all E226 violations
|
2013-11-03 10:08:55 -08:00 |
dbshell.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
diffsettings.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
dumpdata.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
flush.py
|
Add get_migratable_models util method to ConnectionRouter
|
2013-10-16 18:02:49 +02:00 |
inspectdb.py
|
Fixed all E261 warnings
|
2013-11-02 18:20:39 -04:00 |
loaddata.py
|
Fixed flake8 E241
|
2013-11-02 21:45:40 +02:00 |
makemessages.py
|
Fixed flake8 E251 violations
|
2013-11-03 03:22:11 -06:00 |
makemigrations.py
|
Fixed #21280 -- Don't generate empty migration files
|
2013-10-17 08:21:17 -04:00 |
migrate.py
|
Auto-apply initial migrations if their tables exist already.
|
2013-10-30 15:17:49 +00:00 |
runfcgi.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
runserver.py
|
Fixed "Address already in use" from liveserver.
|
2013-09-22 22:02:59 +02:00 |
shell.py
|
Added support for IPython.start_ipython in shell
|
2013-07-30 10:22:41 -07:00 |
sql.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
sqlall.py
|
Fixed #3011 -- Added swappable auth.User models.
|
2012-09-26 18:48:09 +08:00 |
sqlclear.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
sqlcustom.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
sqldropindexes.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
sqlflush.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
sqlindexes.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
sqlinitialdata.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
sqlmigrate.py
|
Adding 'sqlmigrate' command and quote_parameter to support it.
|
2013-09-06 15:28:12 -05:00 |
sqlsequencereset.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
squashmigrations.py
|
Fixed #21302 -- Fixed unused imports and import *.
|
2013-11-02 15:24:56 -04:00 |
startapp.py
|
Deprecated django.utils.importlib
|
2013-07-29 17:10:22 +02:00 |
startproject.py
|
Deprecated django.utils.importlib
|
2013-07-29 17:10:22 +02:00 |
syncdb.py
|
Deprecated SortedDict (replaced with collections.OrderedDict)
|
2013-08-04 07:09:39 -04:00 |
test.py
|
Fixed #21026 -- Corrected help for manage.py test command.
|
2013-09-03 09:50:34 -06:00 |
testserver.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
validate.py
|
Fixed #3011 -- Added swappable auth.User models.
|
2012-09-26 18:48:09 +08:00 |