summaryrefslogtreecommitdiff
path: root/docs/releases/3.0.txt
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-07-23 05:04:06 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-07-27 12:04:56 +0200
commit4122d9d3f1983eea612f236e941d937bd8589a0d (patch)
tree8b13542116159590bc5fab124574e6b8038de814 /docs/releases/3.0.txt
parent619c9a4f49a1f0d9b53a732ae8c5132e32a6ce1c (diff)
downloaddjango-4122d9d3f1983eea612f236e941d937bd8589a0d.tar.gz
Refs #28147 -- Fixed setting of OneToOne and Foreign Key fields to None when using attnames.
Regression in 519016e5f25d7c0a040015724f9920581551cab0.
Diffstat (limited to 'docs/releases/3.0.txt')
-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