farhan0581 / django-admin-autocomplete-filter

A simple Django app to render list filters in django admin using autocomplete widget.
GNU General Public License v3.0
351 stars 75 forks source link

Add Nested Lookups Like "qwer__zxc" #70

Open ibrag8998 opened 2 years ago

ibrag8998 commented 2 years ago

Hello, is there anyone alive? @farhan0581

FinnGu commented 2 years ago

@ibrag8998 Have you checked out this already merged pull request https://github.com/farhan0581/django-admin-autocomplete-filter/pull/30? I have just started using it and can successfully lookup related fields, it just wasn't documented anywhere after being merged.