1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.7.x] Improved formatting and links of migration docs.

Backport of ab8d8e00c9 from master
This commit is contained in:
Tim Graham
2014-04-27 15:05:25 -04:00
parent 529ae6087c
commit b89bbb3c21
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