0

Does anyone have any recommendations for Django 1.5+ compatible Date Range Filter for the Admin page, I have tried a bunch for 1.4 and it doesn't seem to work. And I know the 1.3 does not work at all. I just need something better than Any date, today, past 7 months, and etc... Need to be able to input specific day.

No luck on getting correct url like this: "?created_gte=2013-06-27&created_lt=2013-06-28"

The closest example I got was this: https://pypi.python.org/pypi/django-daterange-filter/0.2.1, but when I enter the range and hit submit, it does nothing.

Thanks much.

Infinixd
  • 141
  • 15

1 Answers1

0

I ended up using this instead:

date_hierarchy = 'created' 

it's a good enough feature for me to sort with.

Infinixd
  • 141
  • 15