1
0
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:
Tim Graham
2015-01-01 10:31:36 -05:00
parent 6e1c9c6568
commit c87ee41954
4 changed files with 173 additions and 13 deletions

View File

@@ -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
^^^^^^