Fixed #17427 -- Removed dubious definition of connections equality.

This commit is contained in:
Aymeric Augustin 2014-06-07 15:10:56 +02:00
parent d98cc41a84
commit 58de495c54
4 changed files with 3 additions and 47 deletions

View file

@ -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.