diff options
| author | Claude Paroz <claude@2xlibre.net> | 2016-08-09 18:46:14 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2016-08-09 18:46:28 +0200 |
| commit | ade681b9ad2a97833cd3f06530fba01e51250b32 (patch) | |
| tree | 2557938447d885fa5444161205ef6f4b145cbe98 /docs/releases | |
| parent | 79a9603ba87f4a84d2d538a199f351e044be7d5c (diff) | |
Unified SpatiaLite spelling
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.5.2.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/1.5.2.txt b/docs/releases/1.5.2.txt index 22a415274a..9a53ced78c 100644 --- a/docs/releases/1.5.2.txt +++ b/docs/releases/1.5.2.txt @@ -49,7 +49,7 @@ Bugfixes exceptions recursed infinitely (#20278). * :djadmin:`makemessages` no longer crashes with ``UnicodeDecodeError`` (#20354). -* Fixed ``geojson`` detection with Spatialite. +* Fixed ``geojson`` detection with SpatiaLite. * :meth:`~django.test.SimpleTestCase.assertContains` once again works with binary content (#20237). * Fixed :class:`~django.db.models.ManyToManyField` if it has a unicode ``name`` diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index a9732af208..d0f115db6e 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -225,10 +225,10 @@ Minor features * It is now allowed to include a subquery as a geographic lookup argument, for example ``City.objects.filter(point__within=Country.objects.filter(continent='Africa').values('mpoly'))``. -* The Spatialite backend now supports ``Collect`` and ``Extent`` aggregates +* The SpatiaLite backend now supports ``Collect`` and ``Extent`` aggregates when the database version is 3.0 or later. -* The PostGIS 2 ``CREATE EXTENSION postgis`` and the Spatialite +* The PostGIS 2 ``CREATE EXTENSION postgis`` and the SpatiaLite ``SELECT InitSpatialMetaData`` initialization commands are now automatically run by :djadmin:`migrate`. |
