mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Made OracleSpatialAdapter clone geometries rather than mutate them.
This commit is contained in:
committed by
Mariusz Felisiak
parent
49ece89702
commit
7734337bcb
@@ -488,6 +488,11 @@ backends.
|
||||
|
||||
* Support for PostGIS 2.2 is removed.
|
||||
|
||||
* The Oracle backend now clones polygons (and geometry collections containing
|
||||
polygons) before reorienting them and saving them to the database. They are
|
||||
no longer mutated in place. You might notice this if you use the polygons
|
||||
after a model is saved.
|
||||
|
||||
Dropped support for PostgreSQL 9.5
|
||||
----------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user