mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed #30890 -- Added MariaDB support for the relate lookup.
This commit is contained in:
parent
bebf61de11
commit
3a8af298b9
5 changed files with 26 additions and 10 deletions
|
|
@ -332,7 +332,7 @@ Lookup Type PostGIS Oracle MariaDB MySQL [#]_ Sp
|
|||
:lookup:`intersects` X X X X X B
|
||||
:lookup:`isvalid` X X X (≥ 5.7.5) X (LWGEOM)
|
||||
:lookup:`overlaps` X X X X X B
|
||||
:lookup:`relate` X X X C
|
||||
:lookup:`relate` X X X X C
|
||||
:lookup:`same_as` X X X X X B
|
||||
:lookup:`touches` X X X X X B
|
||||
:lookup:`within` X X X X X B
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue