ericziethen / django-property-filter

Extend django-filter to allow filtering by properties
MIT License
36 stars 1 forks source link

Add tests for each filter for using related field notion e.g. 'db__field' #256

Closed ericziethen closed 11 months ago

ericziethen commented 11 months ago

We want to make sure that related fields are handled gracefully. THat means the chain of foreign keys could be arbitrary long, and there might be "Null" references anywhere in between