From a1e9e9abc592b8f44fa798c6e4e225b1a04f757c Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 20 Jul 2022 07:34:21 +0200 Subject: Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations." This reverts commit 41019e48bbf082c985e6ba3bad34d118b903bff1. --- docs/ref/checks.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/ref') 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 ================== -- cgit v1.3