summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.1.txt
AgeCommit message (Expand)Author
2018-08-31Added release date for 2.1.1.Carlton Gibson
2018-08-30Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't ...Tim Graham
2018-08-29Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_...Mariusz Felisiak
2018-08-20Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...Tim Graham
2018-08-17Fixed #29663 -- Made admin change view redirect to changelist with view permi...Jon Dufresne
2018-08-15Fixed #29662 -- Allowed test client to accept structured suffix JSON content ...Marnanel Thurman
2018-08-10Fixed #29653 -- Fixed missing related_query_name reverse accessor if GenericR...Ramiro Morales
2018-08-10Fixed #29637 -- Fixed admin change form crash if the user doesn’t have the ...Clément Mangin
2018-08-08Fixed #29623 -- Fixed translation failure of DurationField's "overflow" error...Tim Graham
2018-08-08Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and li...Mariusz Felisiak
2018-08-03Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...Mariusz Felisiak
2018-08-02Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values.Tim Graham
2018-08-02Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders
2018-08-01Added stub release notes for 2.1.1.Tim Graham