diff options
| author | Adam Johnson <me@adamj.eu> | 2017-06-04 22:58:24 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-05 09:15:55 -0400 |
| commit | b7d6077517c6cb2daa5e5faf2ae9f94698c06ca9 (patch) | |
| tree | 0cbaa66892979188ebf170540ec6c6b1f902a65b /docs | |
| parent | fa8346b9a9d9e16c4b6e928648538fccf9c82a2e (diff) | |
[1.11.x] Fixed #28269 -- Fixed Model.__init__() crash on models with a field that has an instance only descriptor.
Regression in d2a26c1a90e837777dabdf3d67ceec4d2a70fb86.
Backport of ed244199c72f5bbf33ab4547e06e69873d7271d0 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.3.txt b/docs/releases/1.11.3.txt index 15200fafd5..ed2bf31cf5 100644 --- a/docs/releases/1.11.3.txt +++ b/docs/releases/1.11.3.txt @@ -12,3 +12,6 @@ Bugfixes * Removed an incorrect deprecation warning about a missing ``renderer`` argument if a ``Widget.render()`` method accepts ``**kwargs`` (:ticket:`28265`). + +* Fixed a regression causing ``Model.__init__()`` to crash if a field has an + instance only descriptor (:ticket:`28269`). |
