Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.

This commit is contained in:
Mariusz Felisiak 2019-06-03 12:39:48 +02:00
parent b27c9c953b
commit 5ab75adb90
5 changed files with 6 additions and 17 deletions

View file

@ -2,8 +2,7 @@
Formsets
========
.. module:: django.forms.formsets
:synopsis: An abstraction for working with multiple forms on the same page.
.. currentmodule:: django.forms.formsets
.. class:: BaseFormSet

View file

@ -2,9 +2,6 @@
Creating forms from models
==========================
.. module:: django.forms.models
:synopsis: ModelForm and ModelFormset.
.. currentmodule:: django.forms
``ModelForm``

View file

@ -2,7 +2,7 @@
Translation
===========
.. module:: django.utils.translation
.. currentmodule:: django.utils.translation
Overview
========