mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Removed versionadded/changed annotations for 3.1.
This commit is contained in:
@@ -93,15 +93,6 @@ Django's system checks are organized using the following tags:
|
||||
|
||||
Some checks may be registered with multiple tags.
|
||||
|
||||
.. versionchanged:: 3.1
|
||||
|
||||
The ``async_support`` tag was added.
|
||||
|
||||
.. versionchanged:: 3.1
|
||||
|
||||
The ``database`` checks are now run only for database aliases specified
|
||||
using the :option:`check --database` option.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
|
||||
The ``sites`` tag was added.
|
||||
@@ -112,8 +103,6 @@ Core system checks
|
||||
Asynchronous support
|
||||
--------------------
|
||||
|
||||
.. versionadded:: 3.1
|
||||
|
||||
The following checks verify your setup for :doc:`/topics/async`:
|
||||
|
||||
* **async.E001**: You should not set the :envvar:`DJANGO_ALLOW_ASYNC_UNSAFE`
|
||||
|
||||
Reference in New Issue
Block a user