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.6.txt
Age
Commit message (
Expand
)
Author
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2015-11-04
Added release date for 1.8.6.
Tim Graham
2015-10-29
Fixed #25622 -- Accounted for generic relations in the admin to field validation
Simon Charette
2015-10-29
Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the ...
Dheerendra Rathor
2015-10-28
Refs #25618 -- Forwardported 1.8.6 release note.
Tim Graham
2015-10-27
Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid ...
Tim Graham
2015-10-26
Documented Python 3.5 support for Django 1.8.
Tim Graham
2015-10-22
Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup
Claude Paroz
2015-10-19
Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.
Simon Charette
2015-10-18
Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_APPS.
Aymeric Augustin
2015-10-17
Fixed #25517 -- Made Concat function idempotent on SQLite.
Josh Smeaton
2015-10-14
Forwardported 1.8.6 release note.
Tim Graham
2015-10-14
Fixed #25506 -- Allowed filtering over a RawSQL annotation.
Antoine Catton
2015-10-06
Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.
Mariusz Felisiak
2015-10-06
Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
Riccardo Magliocchetti
2015-10-05
Fixed #25496 -- Made ModelChoiceField respect prefetch_related().
Tim Graham
2015-10-03
Added stub release notes for 1.8.6.
Tim Graham