Fixed #17638 -- Added crosslinks between topic and reference guides.

Thanks oinopion for the suggestion and jarus for the initial patch.
This commit is contained in:
Duane Hilton 2014-09-27 16:12:34 -06:00 committed by Tim Graham
parent 90761d00e3
commit 054bdfeff1
11 changed files with 42 additions and 7 deletions

View file

@ -1,6 +1,9 @@
====================
=================
Formset Functions
====================
=================
Formset API reference. For introductory material about formsets, see the
:doc:`/topics/forms/formsets` topic guide.
.. module:: django.forms.formsets
:synopsis: Django's functions for building formsets.