mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #23861 -- Added an API to deprecate model fields.
Thanks Markus Holterman and Berker Peksag for review.
This commit is contained in:
@@ -438,6 +438,9 @@ Migrations
|
||||
* Migrations can now :ref:`serialize model managers
|
||||
<using-managers-in-migrations>` as part of the model state.
|
||||
|
||||
* A :ref:`generic mechanism to handle the deprecation of model fields
|
||||
<migrations-removing-model-fields>` was added.
|
||||
|
||||
Models
|
||||
^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user