diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-16 07:43:34 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-20 21:23:01 +0200 |
| commit | 97237ad3feed80407ed1884ea84cf00fd9fea367 (patch) | |
| tree | d087502fab09167246a610d7987d135c59288403 /docs/howto | |
| parent | 810bca5a1ae33a9c8b54a2a516aa5bb8ec013c3f (diff) | |
Removed versionadded/changed annotations for 3.2.
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/custom-management-commands.txt | 5 | ||||
| -rw-r--r-- | docs/howto/error-reporting.txt | 4 | ||||
| -rw-r--r-- | docs/howto/windows.txt | 2 |
3 files changed, 0 insertions, 11 deletions
diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt index 0cb06a826d..68b4a049e0 100644 --- a/docs/howto/custom-management-commands.txt +++ b/docs/howto/custom-management-commands.txt @@ -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 diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt index 9eed8f4def..6cd69d5857 100644 --- a/docs/howto/error-reporting.txt +++ b/docs/howto/error-reporting.txt @@ -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 diff --git a/docs/howto/windows.txt b/docs/howto/windows.txt index c0b3bc8509..5bd5b3594a 100644 --- a/docs/howto/windows.txt +++ b/docs/howto/windows.txt @@ -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 |
