summaryrefslogtreecommitdiff
path: root/docs/releases/1.11.3.txt
AgeCommit message (Expand)Author
2017-07-01Added release date for 1.11.3.Tim Graham
2017-06-30Fixed #28345 -- Applied limit_choices_to during ModelForm.__init__().Jon Dufresne
2017-06-30Fixed #28350 -- Fixed UnboundLocalError crash in RenameField with nonexistent...Simon Charette
2017-06-22Fixed #28298 -- Prevented a primary key alteration from adding a foreign key ...Josh Schneier
2017-06-17Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template c...Tim Graham
2017-06-17Fixed #28303 -- Prevented localization of attribute values in the DTL attrs.h...Tim Graham
2017-06-13Fixed #28229 -- Fixed the value of LoginView's "next" template variable.Mikhail Golubev
2017-06-13Fixed #28284 -- Prevented Paginator's unordered object list warning from eval...orf
2017-06-13Fixed #28293 -- Fixed union(), intersection(), and difference() when combinin...Mariusz Felisiak
2017-06-12Fixed #27967 -- Fixed KeyError in admin's inline form with inherited non-edit...Paulo
2017-06-08Fixed #28282 -- Fixed class-based indexes name for models that only inherit M...Jon Dufresne
2017-06-06Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.kakulukia
2017-06-06Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.Paulo
2017-06-05Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reve...Paulo
2017-06-05Fixed #28269 -- Fixed Model.__init__() crash on models with a field that has ...Adam Johnson
2017-06-02Fixed #28265 -- Prevented renderer warning on Widget.render() with **kwargs.Jon Dufresne
2017-06-01Added stub release notes for 1.11.3.Tim Graham