vigo / django-admin-list-filter

Dead simple autocompletion for Django admin `list_filter`.
https://pypi.org/project/dalf/
MIT License
18 stars 3 forks source link

[Quesion] Can the django-admin-list-filter support CharField/IntegerField? #4

Open zizaihuan opened 3 weeks ago

zizaihuan commented 3 weeks ago

I use DALFRelatedOnlyField in a IntegerField and I get error "NotRelationField at /admin/cmdb/leasedline/" Is the django-admin-list-filter only support RelateField ? Can the django-admin-list-filter support CharField/IntegerField?

vigo commented 3 weeks ago

hi, can you please share your model? i'll try to reproduce the issue and fix accordingly