.. |
__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
|
[1.7.x] Fixed #22194 -- Added --list-tags option to check command.
|
2014-04-10 09:44:43 -04:00 |
compilemessages.py
|
[1.7.x] Set compile messages options as class variable
|
2014-04-23 15:16:38 +02: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
|
Mentioned that ``dumpdata --natural`` is deprecated.
|
2014-03-18 07:25:37 -04:00 |
flush.py
|
Ensure cursors are closed when no longer needed.
|
2014-02-02 12:47:21 -05:00 |
inspectdb.py
|
[1.7.x] Corrected many style guide violations that the newest version of flake8 catches
|
2014-04-21 07:50:43 -04:00 |
loaddata.py
|
[1.7.x] Appeased flake8 2.1.0.
|
2014-04-21 07:50:50 -04:00 |
makemessages.py
|
[1.7.x] Applied unicode_literals to makemessages command
|
2014-05-24 13:12:56 +02:00 |
makemigrations.py
|
[1.7.x] Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.
|
2014-05-26 20:03:41 -04:00 |
migrate.py
|
[1.7.x] Harmonized some PEP 0263 coding preambles
|
2014-05-15 20:01:31 +02:00 |
runfcgi.py
|
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
|
2014-03-08 09:57:40 +01:00 |
runserver.py
|
[1.7.x] Fixed several typos in Django
|
2014-05-29 07:53:02 -04: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
|
[1.7.x] Harmonized some PEP 0263 coding preambles
|
2014-05-15 20:01:31 +02:00 |
sqlsequencereset.py
|
[1.7.x] Revert "Making SQL management commands migration aware."
|
2014-06-01 12:01:29 +02:00 |
squashmigrations.py
|
[1.7.x] Fixed #22511 -- Added args to migrations management commands.
|
2014-04-30 07:20:44 -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
|
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
|
2014-03-08 09:57:40 +01:00 |
test.py
|
Fixed #16905 -- Added extensible checks (nee validation) framework
|
2014-01-20 10:45:21 +08:00 |
testserver.py
|
[1.7.x] Fixed several typos in Django
|
2014-05-29 07:53:02 -04:00 |
validate.py
|
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
|
2014-03-08 09:57:40 +01:00 |