diff options
| author | Tim Graham <timograham@gmail.com> | 2016-08-03 08:49:47 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-03 08:54:16 -0400 |
| commit | b00a3f17209789fd6036aa93194c04b05f51047a (patch) | |
| tree | 87494d0650ebf8d4bd407e7c534b914d8867d944 /docs | |
| parent | 7dd8e53cc834b65a2665d0bb63662db4051469b4 (diff) | |
[1.10.x] Fixed #26999 -- Documented model_to_dict() ManyToManyField change in 1.10.
Backport of f4b1f972dc69e519a78182353e43701a17bb43aa from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 88209cb1cf..7a2b059ca2 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -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 |
