django-admin custom filter: IS NULL/IS NOT NULL
A simple django-admin filter to allow a boolean-like filter for IS NULL/IS NOT NULL. By default it applies to CharField, IntegerField, and FileField, but you can change this by editing NullFilterSpec.fields.
- filter
- admin
- null
- filterspec