diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-26 13:56:08 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-17 10:16:06 -0500 |
| commit | 4aa089a9a9504c4a833eee8161be013206da5d15 (patch) | |
| tree | ebc7e23d3805c57d9f6a4fc75767b5e5046617a4 /django/core/management/commands/sqlall.py | |
| parent | a420f83e7d2e446ca01ef7c13d30c2ef3e975e5c (diff) | |
Removed support for custom SQL per deprecation timeline.
Diffstat (limited to 'django/core/management/commands/sqlall.py')
| -rw-r--r-- | django/core/management/commands/sqlall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/management/commands/sqlall.py b/django/core/management/commands/sqlall.py index e7d7d0564d..d58ac4bf8f 100644 --- a/django/core/management/commands/sqlall.py +++ b/django/core/management/commands/sqlall.py @@ -6,7 +6,7 @@ from django.db import connections, DEFAULT_DB_ALIAS class Command(AppCommand): - help = "Prints the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for the given model module name(s)." + help = "Prints the CREATE TABLE and CREATE INDEX SQL statements for the given model module name(s)." output_transaction = True |
