summaryrefslogtreecommitdiff
path: root/docs/ref/checks.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/checks.txt')
-rw-r--r--docs/ref/checks.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 55e4ca64b2..92278db659 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -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
==================