-
Notifications
You must be signed in to change notification settings - Fork 0
Adds filtering by ranges of dates birth in the admin filter sidebar.
coolchevy/django-rangevaluesfilterspec
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Adds filtering by ranges of dates birth in the admin filter sidebar. https://github.com/coolchevy/django-rangevaluesfilterspec Example: from django.db import models import rangevaluesfilterspec class Person(models.Model): dateofbirth = models.DateField() dateofbirth.age_filter_range = [18,21,30,40] class Admin: list_filter = ['dateofbirth']
About
Adds filtering by ranges of dates birth in the admin filter sidebar.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published