mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Made OracleSpatialAdapter clone geometries rather than mutate them.
This commit is contained in:
parent
49ece89702
commit
7734337bcb
6 changed files with 44 additions and 13 deletions
|
@ -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
|
||||
----------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue