1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #29509 -- Added SpatiaLite support for covers and coveredby lookups.

This commit is contained in:
Sergey Fedoseev
2018-06-21 18:25:31 +05:00
committed by Tim Graham
parent 12018cef83
commit a799dc51b9
5 changed files with 21 additions and 4 deletions

View File

@@ -59,6 +59,9 @@ Minor features
* Added Oracle support for the
:class:`~django.contrib.gis.db.models.functions.Envelope` function.
* Added SpatiaLite support for the :lookup:`coveredby` and :lookup:`covers`
lookups.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~