summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index 07a2396c80..30f70e0bcf 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -490,6 +490,10 @@ Miscellaneous
* ``intword`` template filter now translates ``1.0`` as a singular phrase and
all other numeric values as plural. This may be incorrect for some languages.
+* Assigning a value to a model's :class:`~django.db.models.ForeignKey` or
+ :class:`~django.db.models.OneToOneField` ``'_id'`` attribute now unsets the
+ corresponding field. Accessing the field afterwards will result in a query.
+
.. _deprecated-features-3.0:
Features deprecated in 3.0