2017-06-01 23:19:43 +08:00
|
|
|
===========================
|
|
|
|
Django 1.11.3 release notes
|
|
|
|
===========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.11.3 fixes several bugs in 1.11.2.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2017-06-02 21:46:43 +08:00
|
|
|
* Removed an incorrect deprecation warning about a missing ``renderer``
|
|
|
|
argument if a ``Widget.render()`` method accepts ``**kwargs``
|
|
|
|
(:ticket:`28265`).
|
2017-06-05 05:58:24 +08:00
|
|
|
|
|
|
|
* Fixed a regression causing ``Model.__init__()`` to crash if a field has an
|
|
|
|
instance only descriptor (:ticket:`28269`).
|
2017-06-05 02:10:48 +08:00
|
|
|
|
|
|
|
* Fixed an incorrect ``DisallowedModelAdminLookup`` exception when using
|
|
|
|
a nested reverse relation in ``list_filter`` (:ticket:`28262`).
|
2017-06-04 06:13:38 +08:00
|
|
|
|
|
|
|
* Fixed admin's ``FieldListFilter.get_queryset()`` crash on invalid input
|
|
|
|
(:ticket:`28202`).
|
2017-06-06 04:17:10 +08:00
|
|
|
|
|
|
|
* Fixed invalid HTML for a required ``AdminFileWidget`` (:ticket:`28278`).
|
2017-06-07 22:13:12 +08:00
|
|
|
|
|
|
|
* Fixed model initialization to set the name of class-based model indexes
|
|
|
|
for models that only inherit ``models.Model`` (:ticket:`28282`).
|