1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[1.10.x] Fixed #26999 -- Documented model_to_dict() ManyToManyField change in 1.10.

Backport of f4b1f972dc69e519a78182353e43701a17bb43aa from master
This commit is contained in:
Tim Graham 2016-08-03 08:49:47 -04:00
parent 7dd8e53cc8
commit b00a3f1720

View File

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