From a6ef025dfb2a1d1bd23893408eef6d066fb506d9 Mon Sep 17 00:00:00 2001 From: rowanv Date: Sun, 24 Jan 2016 22:26:11 +0100 Subject: Fixed #26124 -- Added missing code formatting to docs headers. --- docs/topics/forms/formsets.txt | 4 ++-- docs/topics/forms/modelforms.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/topics/forms') diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt index 1871c223ac..8aa3f67b2a 100644 --- a/docs/topics/forms/formsets.txt +++ b/docs/topics/forms/formsets.txt @@ -193,8 +193,8 @@ sent without any data):: .. _understanding-the-managementform: -Understanding the ManagementForm --------------------------------- +Understanding the ``ManagementForm`` +------------------------------------ You may have noticed the additional data (``form-TOTAL_FORMS``, ``form-INITIAL_FORMS`` and ``form-MAX_NUM_FORMS``) that was required diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index 978e9df83b..b5ebbc94ce 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -793,8 +793,8 @@ instances of the model, you can specify an empty QuerySet:: >>> AuthorFormSet(queryset=Author.objects.none()) -Changing the ``form`` ---------------------- +Changing the form +----------------- By default, when you use ``modelformset_factory``, a model form will be created using :func:`~django.forms.models.modelform_factory`. -- cgit v1.3