mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #17427 -- Removed dubious definition of connections equality.
This commit is contained in:
parent
d98cc41a84
commit
58de495c54
4 changed files with 3 additions and 47 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue