diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-06-07 15:10:56 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-06-07 17:04:10 +0200 |
| commit | 58de495c54c203dfa838538fb6ca46187120f4e6 (patch) | |
| tree | 0b63bb90c9ba96738c1b00009ecfc62351899208 /docs | |
| parent | d98cc41a845237edd62013e3156a0991dfb3d93e (diff) | |
Fixed #17427 -- Removed dubious definition of connections equality.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
