Removed versionadded/changed annotations for 3.2.

This commit is contained in:
Mariusz Felisiak 2021-09-16 07:43:34 +02:00
parent 810bca5a1a
commit 97237ad3fe
56 changed files with 3 additions and 455 deletions

View file

@ -223,11 +223,6 @@ All attributes can be set in your derived class and can be used in
``'__all__'`` can be used to specify that all system checks should be
performed. Default value is ``'__all__'``.
.. versionchanged:: 3.2
In older versions, the ``requires_system_checks`` attribute expects a
boolean value instead of a list or tuple of tags.
.. attribute:: BaseCommand.style
An instance attribute that helps create colored output when writing to

View file

@ -321,16 +321,12 @@ Your custom reporter class needs to inherit from
.. attribute:: html_template_path
.. versionadded:: 3.2
Property that returns a :class:`pathlib.Path` representing the absolute
filesystem path to a template for rendering the HTML representation of
the exception. Defaults to the Django provided template.
.. attribute:: text_template_path
.. versionadded:: 3.2
Property that returns a :class:`pathlib.Path` representing the absolute
filesystem path to a template for rendering the plain-text
representation of the exception. Defaults to the Django provided

View file

@ -94,8 +94,6 @@ with Django.
Colored terminal output
=======================
.. versionadded:: 3.2
A quality-of-life feature adds colored (rather than monochrome) output to the
terminal. In modern terminals this should work for both CMD and PowerShell. If
for some reason this needs to be disabled, set the environmental variable