mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.
This commit is contained in:
parent
f1628f6be1
commit
d52b0c5b38
4 changed files with 8 additions and 2 deletions
|
|
@ -327,6 +327,9 @@ details on these changes.
|
|||
become compulsory for all apps unless you pass the ``--run-syncdb`` option to
|
||||
``migrate``.
|
||||
|
||||
* The SQL management commands for apps without migrations, ``sql``, ``sqlall``,
|
||||
``sqlclear``, ``sqldropindexes``, and ``sqlindexes``, will be removed.
|
||||
|
||||
* Support for automatic loading of ``initial_data`` fixtures and initial SQL
|
||||
data will be removed.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue