mirror of https://github.com/django/django.git
Fixed #26999 -- Documented model_to_dict() ManyToManyField change in 1.10.
This commit is contained in:
parent
ccd5a23fba
commit
f4b1f972dc
|
@ -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