Home
last modified time | relevance | path

Searched refs:check_filtering (Results 1 – 2 of 2) sorted by relevance

/dports/www/py-django-tastypie/django-tastypie-0.14.4/tastypie/
H A Dresources.py1995 def check_filtering(self, field_name, filter_type='exact', filter_bits=None): member in BaseModelResource
2033 …return [self.fields[field_name].attribute] + related_resource.check_filtering(filter_bits[0], filt…
2104 lookup_bits = self.check_filtering(field_name, filter_type, filter_bits)
/dports/www/py-django-tastypie/django-tastypie-0.14.4/docs/
H A Dresources.rst1654 ``check_filtering``
1657 .. method:: ModelResource.check_filtering(self, field_name, filter_type='exact', filter_bits=None)