mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations."
This reverts commit 41019e48bb
.
This commit is contained in:
parent
c773d5794e
commit
a1e9e9abc5
12 changed files with 24 additions and 230 deletions
|
@ -83,7 +83,6 @@ Django's system checks are organized using the following tags:
|
|||
you specify configured database aliases using the ``--database`` option when
|
||||
calling the :djadmin:`check` command.
|
||||
* ``files``: Checks files related configuration.
|
||||
* ``migrations``: Checks of migration operations.
|
||||
* ``models``: Checks of model, field, and manager definitions.
|
||||
* ``security``: Checks security related configuration.
|
||||
* ``signals``: Checks on signal declarations and handler registrations.
|
||||
|
@ -95,10 +94,6 @@ Django's system checks are organized using the following tags:
|
|||
|
||||
Some checks may be registered with multiple tags.
|
||||
|
||||
.. versionchanged:: 4.2
|
||||
|
||||
The ``migrations`` tag was added.
|
||||
|
||||
Core system checks
|
||||
==================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue