mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Improved formatting and links of migration docs.
This commit is contained in:
@@ -639,8 +639,9 @@ Management Commands
|
||||
* :ref:`initial-sql` now works better if the sqlparse_ Python library is
|
||||
installed.
|
||||
|
||||
Note that it's deprecated in favor of the :ref:`RunSQL <operation-run-sql>`
|
||||
operation of migrations, which benefits from the improved behavior.
|
||||
Note that it's deprecated in favor of the
|
||||
:class:`~django.db.migrations.operations.RunSQL` operation of migrations,
|
||||
which benefits from the improved behavior.
|
||||
|
||||
.. _sqlparse: https://pypi.python.org/pypi/sqlparse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user