Extra filters for django admin site
Project description
Collection of extra filters for the Django admin site
Filters
AllValuesComboFilter
AllValuesRadioFilter
RelatedFieldComboFilter
RelatedFieldRadioFilter
RelatedFieldCheckBoxFilter
StartWithFilter
PermissionPrefixFilter
MultipleSelectFieldListFilter
IntersectionFieldListFilter
UnionFieldListFilter
ForeignKeyFieldFilter
Usage examples
class UserAdmin(ModelAdmin):
list_filter = (TextFieldFilter.factory('name__istartswith'),)
Run demo app
$ git checkout https://github.com/saxix/django-adminfilters.git
$ cd django-adminfilters
$ make develop
$ make demo
Project links
Project home page: https://github.com/saxix/django-adminfilters
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-adminfilters-1.3.1.tar.gz
(27.5 kB
view details)
File details
Details for the file django-adminfilters-1.3.1.tar.gz
.
File metadata
- Download URL: django-adminfilters-1.3.1.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f016c7b3174e499dfad34afb4efb752bb20a47ffc58f88f1260fc7f21f31f37 |
|
MD5 | 088cd45153bb08aec1ed6de583ec20a4 |
|
BLAKE2b-256 | f1843c643711ba2902416aa87b3251607118d0ed0a907ea2a0aedfb07ba1550f |