1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations.

This commit is contained in:
David Wobrock
2022-07-02 19:55:37 +02:00
committed by Mariusz Felisiak
parent 57793b4765
commit 41019e48bb
12 changed files with 230 additions and 24 deletions

View File

@@ -169,7 +169,8 @@ Management Commands
Migrations
~~~~~~~~~~
* ...
* The new :ref:`generic mechanism <migrations-removing-operation>` allows
handling the deprecation of migration operations.
Models
~~~~~~