From 58de495c54c203dfa838538fb6ca46187120f4e6 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 7 Jun 2014 15:10:56 +0200 Subject: Fixed #17427 -- Removed dubious definition of connections equality. --- docs/releases/1.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 50d27aceb8..ade8f9b7df 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -270,6 +270,9 @@ Miscellaneous * ``connections.queries`` is now a read-only attribute. +* Database connections are considered equal only if they're the same object. + They aren't hashable any more. + * ``URLField.to_python`` no longer adds a trailing slash to pathless URLs. * ``django.contrib.gis`` dropped support for GEOS 3.1 and GDAL 1.6. -- cgit v1.3