mirror of https://github.com/django/django.git
[1.10.x] Fixed #26999 -- Documented model_to_dict() ManyToManyField change in 1.10.
Backport of f4b1f972dc
from master
This commit is contained in:
parent
7dd8e53cc8
commit
b00a3f1720
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue