0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00

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

This commit is contained in:
Tim Graham 2016-08-03 08:49:47 -04:00
parent ccd5a23fba
commit f4b1f972dc

View File

@ -900,6 +900,9 @@ Miscellaneous
calls ``super()``. :meth:`.AbstractBaseUser.normalize_username` is called in calls ``super()``. :meth:`.AbstractBaseUser.normalize_username` is called in
a new :meth:`.AbstractBaseUser.clean` method. 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: .. _deprecated-features-1.10:
Features deprecated in 1.10 Features deprecated in 1.10