.. |
__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 #16905 -- Added extensible checks (nee validation) framework
|
2014-01-20 10:45:21 +08:00 |
compilemessages.py
|
Fixed #16905 -- Added extensible checks (nee validation) framework
|
2014-01-20 10:45:21 +08:00 |
createcachetable.py
|
Ensure cursors are closed when no longer needed.
|
2014-02-02 12:47:21 -05:00 |
dbshell.py
|
Fixed #16905 -- Added extensible checks (nee validation) framework
|
2014-01-20 10:45:21 +08:00 |
diffsettings.py
|
Fixed #16905 -- Added extensible checks (nee validation) framework
|
2014-01-20 10:45:21 +08:00 |
dumpdata.py
|
Took advantage of the new get_model API. Refs #21702.
|
2014-01-26 13:08:05 +01:00 |
flush.py
|
Ensure cursors are closed when no longer needed.
|
2014-02-02 12:47:21 -05:00 |
inspectdb.py
|
Ensure cursors are closed when no longer needed.
|
2014-02-02 12:47:21 -05:00 |
loaddata.py
|
Fixed #21969: Fix behaviour of initial_data with migrated apps
|
2014-02-09 12:22:59 +00:00 |
makemessages.py
|
Fixed #16905 -- Added extensible checks (nee validation) framework
|
2014-01-20 10:45:21 +08:00 |
makemigrations.py
|
Fixed #21968: Bad detection of old-style apps to add initial migration
|
2014-02-09 11:42:10 +00:00 |
migrate.py
|
Fixed #21969: Fix behaviour of initial_data with migrated apps
|
2014-02-09 12:22:59 +00:00 |
runfcgi.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
runserver.py
|
Remove check_migrations from the runserver command and use the new checks framework to check for unapplied migrations. Don't check for migrations if the DATABASES setting is empty.
|
2014-02-08 09:01:59 -05:00 |
shell.py
|
Fixed #16905 -- Added extensible checks (nee validation) framework
|
2014-01-20 10:45:21 +08:00 |
sql.py
|
Changed sql_* to use an app config instead of a models module.
|
2013-12-29 21:25:28 +01:00 |
sqlall.py
|
Changed sql_* to use an app config instead of a models module.
|
2013-12-29 21:25:28 +01:00 |
sqlclear.py
|
Changed sql_* to use an app config instead of a models module.
|
2013-12-29 21:25:28 +01:00 |
sqlcustom.py
|
Changed sql_* to use an app config instead of a models module.
|
2013-12-29 21:25:28 +01:00 |
sqldropindexes.py
|
Changed sql_* to use an app config instead of a models module.
|
2013-12-29 21:25:28 +01:00 |
sqlflush.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
sqlindexes.py
|
Changed sql_* to use an app config instead of a models module.
|
2013-12-29 21:25:28 +01:00 |
sqlinitialdata.py
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
sqlmigrate.py
|
Used app_label instead of appname.
|
2013-12-28 09:53:02 +01:00 |
sqlsequencereset.py
|
Removed unused import.
|
2013-12-29 20:45:34 +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 #16905 -- Added extensible checks (nee validation) framework
|
2014-01-20 10:45:21 +08:00 |
testserver.py
|
Fixed #16905 -- Added extensible checks (nee validation) framework
|
2014-01-20 10:45:21 +08:00 |
validate.py
|
Fixed #16905 -- Added extensible checks (nee validation) framework
|
2014-01-20 10:45:21 +08:00 |