.. |
__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
|
Fixed E127 pep8 warnings.
|
2013-12-14 11:59:15 -05:00 |
createcachetable.py
|
Fixed #21012 -- New API to access cache backends.
|
2013-11-23 15:06:59 +01: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
|
Deprecated get_apps().
|
2013-12-17 10:17:45 +01:00 |
flush.py
|
Deprecated get_apps().
|
2013-12-17 10:17:45 +01:00 |
inspectdb.py
|
Fixed all E261 warnings
|
2013-11-02 18:20:39 -04:00 |
loaddata.py
|
Deprecated get_app_package, get_app_path and get_app_paths.
|
2013-12-17 10:17:45 +01:00 |
makemessages.py
|
Closed file after reading pot file
|
2013-11-30 11:31:17 +01:00 |
makemigrations.py
|
Removed module-level functions for the app cache.
|
2013-12-17 10:17:44 +01:00 |
migrate.py
|
Deprecated get_apps().
|
2013-12-17 10:17:45 +01:00 |
runfcgi.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
runserver.py
|
Migrate prompts if you need makemigrations, runserver prompts for migrate
|
2013-12-04 13:34:01 +00:00 |
shell.py
|
Removed module-level functions for the app cache.
|
2013-12-17 10:17:44 +01: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
|
Removed module-level functions for the app cache.
|
2013-12-17 10:17:44 +01:00 |
squashmigrations.py
|
Allow squashing of squashed migrations
|
2013-11-06 15:27:08 +00: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
|
Fixed E124 pep8 warnings.
|
2013-12-10 15:12:48 -05:00 |
validate.py
|
Fixed #3011 -- Added swappable auth.User models.
|
2012-09-26 18:48:09 +08:00 |