summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/custom-management-commands.txt2
-rw-r--r--docs/howto/custom-shell.txt2
-rw-r--r--docs/howto/custom-template-tags.txt2
-rw-r--r--docs/howto/error-reporting.txt4
4 files changed, 0 insertions, 10 deletions
diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt
index 71c5fdac0c..dddfb5b19b 100644
--- a/docs/howto/custom-management-commands.txt
+++ b/docs/howto/custom-management-commands.txt
@@ -324,8 +324,6 @@ the :meth:`~BaseCommand.handle` method must be implemented.
.. method:: BaseCommand.get_check_kwargs(options)
- .. versionadded:: 5.2
-
Supplies kwargs for the call to :meth:`check`, including transforming the
value of :attr:`requires_system_checks` to the ``tag`` kwarg.
diff --git a/docs/howto/custom-shell.txt b/docs/howto/custom-shell.txt
index f80ab8f20a..28a75e06f6 100644
--- a/docs/howto/custom-shell.txt
+++ b/docs/howto/custom-shell.txt
@@ -17,8 +17,6 @@ existing ``shell`` management command. For more details, refer to the guide on
Customize automatic imports
===========================
-.. versionadded:: 5.2
-
To customize the automatic import behavior of the :djadmin:`shell` management
command, override the ``get_auto_imports()`` method. This method should return
a sequence of import paths for objects or modules available in the application.
diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt
index b0f59ef981..0a946b7c50 100644
--- a/docs/howto/custom-template-tags.txt
+++ b/docs/howto/custom-template-tags.txt
@@ -503,8 +503,6 @@ you see fit:
Simple block tags
-----------------
-.. versionadded:: 5.2
-
.. method:: django.template.Library.simple_block_tag()
When a section of rendered template needs to be passed into a custom tag,
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt
index 7670c3cac9..96d307f34f 100644
--- a/docs/howto/error-reporting.txt
+++ b/docs/howto/error-reporting.txt
@@ -285,10 +285,6 @@ following attributes and methods:
re.compile(r"API|AUTH|TOKEN|KEY|SECRET|PASS|SIGNATURE|HTTP_COOKIE", flags=re.IGNORECASE)
- .. versionchanged:: 5.2
-
- The term ``AUTH`` was added.
-
.. method:: is_active(request)
Returns ``True`` to activate the filtering in