summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 5214b3f2f5..dae5dab9fe 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -444,6 +444,10 @@ Miscellaneous
* A model instance's primary key now appears in the default ``Model.__str__()``
method, e.g. ``Question object (1)``.
+* ``makemigrations`` now detects changes to the model field ``limit_choices_to``
+ option. Add this to your existing migrations or accept an auto-generated
+ migration for fields that use it.
+
.. _deprecated-features-2.0:
Features deprecated in 2.0