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
/
1.8.7.txt
Age
Commit message (
Expand
)
Author
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2015-11-24
Added release date for 1.8.7/1.7.11 releases.
Tim Graham
2015-11-24
Fixed a settings leak possibility in the date template filter.
Florian Apolloner
2015-11-24
Fixed #25767 -- Fixed data truncation possibility with Positive(Small)Integer...
George Marshall
2015-11-23
Refs #25786 -- Added tests/release notes for set_FOO_order() crash with order...
Tim Graham
2015-11-22
Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied mod...
Simon Charette
2015-11-21
Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET...
Tim Graham
2015-11-14
Fixed #25666 -- Fixed the exact lookup of ArrayField.
Dmitry Dygalo
2015-11-11
Refs #24937 -- Forwardport of 1.8.7 release note.
Tim Graham
2015-11-11
Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is byte...
Marti Raudsepp
2015-11-10
Updated six to 1.10.0.
Tim Graham
2015-11-10
Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.
Ian Foote
2015-11-10
Refs #25618 -- Forwardported 1.8.7 release note.
Tim Graham
2015-11-09
Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers.
Marti Raudsepp
2015-11-09
Refs #25686 -- Forwardported 1.8.7 release note.
Tim Graham
2015-11-07
Fixed debug view crash during autumn DST change.
Aymeric Augustin
2015-11-05
Added stub release notes for 1.8.7.
Tim Graham