1
0
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:
Tim Graham
2014-04-27 15:05:25 -04:00
parent 8905fcbda6
commit ab8d8e00c9
4 changed files with 128 additions and 166 deletions

View File

@@ -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