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