mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28269 -- Fixed Model.__init__() crash on models with a field that has an instance only descriptor.
Regression in d2a26c1a90.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user