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
1 changed files with 3 additions and 0 deletions

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