silentsokolov / django-admin-rangefilter

A Django app that lets you filter data by date range and numeric range in the admin UI
MIT License
721 stars 106 forks source link

pytz deprecation => zoneinfo #68

Closed 1oglop1 closed 3 years ago

1oglop1 commented 3 years ago

Hi, I recently found this discussion https://groups.google.com/g/django-developers/c/PtIyadoC-fI about deprecating pytz in django. And I noticed this project imports it so I just wanted to give you a heads-up about this change.

silentsokolov commented 3 years ago

I'll keep that in mind