139_Improve_parcel_reference #141

Merged
mpeltriaux merged 3 commits from 139_Improve_parcel_reference into master 2022-04-11 12:21:41 +02:00
Showing only changes of commit e93ea72019 - Show all commits

View File

@ -146,9 +146,7 @@ class GeoReferencedTableFilterMixin(django_filters.FilterSet):
abstract = True
def _filter_parcel_reference(self, queryset, filter_q) -> QuerySet:
""" Filters the parcel entries by a given filter_value.
filter_value may already include further filter annotations like 'xy__icontains'
""" Filters the parcel entries by a given filter_q
Args:
queryset (QuerySet): The queryset