Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 6e5651e514367174a3fa887d6babfe3830339b16
https://github.com/django/django/commit/6e5651e514367174a3fa887d6babfe3830339b16
Author: Aymeric Augustin <
aymeric....@m4x.org>
Date: 2014-06-08 (Sun, 08 Jun 2014)
Changed paths:
M django/contrib/gis/db/backends/base.py
M django/contrib/gis/db/backends/oracle/models.py
M django/contrib/gis/db/backends/oracle/operations.py
M django/contrib/gis/db/backends/postgis/models.py
M django/contrib/gis/db/backends/postgis/operations.py
M django/contrib/gis/db/backends/spatialite/models.py
M django/contrib/gis/db/backends/spatialite/operations.py
M django/contrib/gis/tests/utils.py
Log Message:
-----------
Gave unique names to SpatialRefSysModels.
Prevented clashes in the app registry.
Fixed #22790. Thanks timo for the report.