1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides.

Thanks oinopion for the suggestion and jarus for the initial patch.

Backport of 054bdfeff1 from master
This commit is contained in:
Duane Hilton
2014-09-27 16:12:34 -06:00
committed by Tim Graham
parent f9e8da1542
commit f0e7a695f5
11 changed files with 42 additions and 7 deletions

View File

@@ -28,6 +28,9 @@ output incorrect code.
All of the core Django operations are available from the
``django.db.migrations.operations`` module.
For introductory material, see the :doc:`migrations topic guide
</topics/migrations>`.
Schema Operations
=================