From 5ab75adb900ca3fce50e65e60b11f2eb3ce9fd25 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 3 Jun 2019 12:39:48 +0200 Subject: Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0. --- docs/topics/forms/formsets.txt | 3 +-- docs/topics/forms/modelforms.txt | 3 --- docs/topics/i18n/translation.txt | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) (limited to 'docs/topics') diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt index ddc97db3e5..84635457ff 100644 --- a/docs/topics/forms/formsets.txt +++ b/docs/topics/forms/formsets.txt @@ -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 diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index 4073bc6e27..2a13c2d1df 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -2,9 +2,6 @@ Creating forms from models ========================== -.. module:: django.forms.models - :synopsis: ModelForm and ModelFormset. - .. currentmodule:: django.forms ``ModelForm`` diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 6e906bf80e..7432c7b3ff 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -2,7 +2,7 @@ Translation =========== -.. module:: django.utils.translation +.. currentmodule:: django.utils.translation Overview ======== -- cgit v1.3