summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-08-03 08:49:47 -0400
committerTim Graham <timograham@gmail.com>2016-08-03 08:49:47 -0400
commitf4b1f972dc69e519a78182353e43701a17bb43aa (patch)
tree08ee926da094199dbad12addea2cbffd7c509ac2 /docs
parentccd5a23fba91e66656bb19b60bb6d737cab728f5 (diff)
Fixed #26999 -- Documented model_to_dict() ManyToManyField change in 1.10.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 88209cb1cf..7a2b059ca2 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -900,6 +900,9 @@ Miscellaneous
calls ``super()``. :meth:`.AbstractBaseUser.normalize_username` is called in
a new :meth:`.AbstractBaseUser.clean` method.
+* Private API ``django.forms.models.model_to_dict()`` returns a queryset rather
+ than a list of primary keys for ``ManyToManyField``\s .
+
.. _deprecated-features-1.10:
Features deprecated in 1.10