mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.
This commit is contained in:
parent
b27c9c953b
commit
5ab75adb90
5 changed files with 6 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
Creating forms from models
|
||||
==========================
|
||||
|
||||
.. module:: django.forms.models
|
||||
:synopsis: ModelForm and ModelFormset.
|
||||
|
||||
.. currentmodule:: django.forms
|
||||
|
||||
``ModelForm``
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Translation
|
||||
===========
|
||||
|
||||
.. module:: django.utils.translation
|
||||
.. currentmodule:: django.utils.translation
|
||||
|
||||
Overview
|
||||
========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue