File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
src/django_elasticsearch_dsl_drf/filter_backends/filtering Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ syntax: regexp
1919^var/
2020^releases/
2121^demo/
22- ^codebin/
22+ # ^codebin/
2323^deploy/
2424^examples/db/
2525^examples/tmp/
Original file line number Diff line number Diff line change 2929from ...constants import (
3030 ALL_GEO_SPATIAL_LOOKUP_FILTERS_AND_QUERIES ,
3131 LOOKUP_FILTER_GEO_DISTANCE ,
32- LOOKUP_FILTER_GEO_DISTANCE_RANGE ,
33- LOOKUP_FILTER_GEO_DISTANCE_GT ,
34- LOOKUP_FILTER_GEO_DISTANCE_GTE ,
35- LOOKUP_FILTER_GEO_DISTANCE_LT ,
36- LOOKUP_FILTER_GEO_DISTANCE_LTE ,
37- LOOKUP_FILTER_GEO_DISTANCE_FROM ,
38- LOOKUP_FILTER_GEO_DISTANCE_TO ,
39- LOOKUP_FILTER_GEO_DISTANCE_INCLUDE_UPPER ,
40- LOOKUP_FILTER_GEO_DISTANCE_INCLUDE_LOWER ,
4132 LOOKUP_FILTER_GEO_POLYGON ,
4233 SEPARATOR_LOOKUP_COMPLEX_VALUE ,
4334 SEPARATOR_LOOKUP_COMPLEX_MULTIPLE_VALUE ,
You can’t perform that action at this time.
0 commit comments