-
Notifications
You must be signed in to change notification settings - Fork 120
Adds filtering by ranges of dates in the admin filter sidebar.
coolchevy/django-datefilterspec
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Adds filtering by ranges of dates in the admin filter sidebar. https://github.com/coolchevy/django-datefilterspec Example: from django.db import models import datefilterspec class Person(models.Model): date = models.DateTimeField(default=datetime.datetime.now) date.date_filter = True class Admin: list_filter = ['date']
About
Adds filtering by ranges of dates in the admin filter sidebar.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published