From ca1c3151c3df48f1fb2cd17df9cfe93800254665 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 10 May 2022 15:07:11 +0200 Subject: Removed versionadded/changed annotations for 4.0. --- docs/ref/forms/api.txt | 28 ---------------------------- docs/ref/forms/fields.txt | 5 ----- docs/ref/forms/formsets.txt | 4 ---- docs/ref/forms/models.txt | 8 -------- docs/ref/forms/renderers.txt | 8 -------- docs/ref/forms/widgets.txt | 10 ---------- 6 files changed, 63 deletions(-) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 72937bfa9a..0d526d26aa 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -529,8 +529,6 @@ attributes. ``template_name`` ~~~~~~~~~~~~~~~~~ -.. versionadded:: 4.0 - .. attribute:: Form.template_name The name of the template rendered if the form is cast into a string, e.g. via @@ -549,8 +547,6 @@ class. ``render()`` ~~~~~~~~~~~~ -.. versionadded:: 4.0 - .. method:: Form.render(template_name=None, context=None, renderer=None) The render method is called by ``__str__`` as well as the @@ -567,8 +563,6 @@ single call. ``get_context()`` ~~~~~~~~~~~~~~~~~ -.. versionadded:: 4.0 - .. method:: Form.get_context() Return the template context for rendering the form. @@ -583,8 +577,6 @@ The available context is: ``template_name_label`` ~~~~~~~~~~~~~~~~~~~~~~~ -.. versionadded:: 4.0 - .. attribute:: Form.template_name_label The template used to render a field's ``