django-easy-timezones
django-easy-timezones copied to clipboard
Easy timezones for Django based on GeoIP
In Django 3.1 (https://docs.djangoproject.com/en/4.0/releases/3.1/), the Signal class was changed: "The purely documentational providing_args argument for Signal is deprecated. If you rely on this argument as documentation, you can move the...
Hi! A new version was just released of `coverage`, so [Doppins](https://doppins.com) has upgraded your project's dependency ranges. Make sure that it doesn't break anything, and happy merging! :shipit: --- ###...
Hi! A new version was just released of `pytz`, so [Doppins](https://doppins.com) has upgraded your project's dependency ranges. Make sure that it doesn't break anything, and happy merging! :shipit: --- ###...
Hi! A new version was just released of `wheel`, so [Doppins](https://doppins.com) has upgraded your project's dependency ranges. Make sure that it doesn't break anything, and happy merging! :shipit: --- ###...
I am having problem when pushing new app with django-easy-timezones. Basicly, I need to call `manage.py collectstatic` to put files GeoLiteCityv6.dat and GeoLiteCity.dat to static directory. But when I run...
Hi! A new version was just released of `ipaddress`, so [Doppins](https://doppins.com) has upgraded your project's dependency ranges. Make sure that it doesn't break anything, and happy merging! :shipit: --- ###...
Geolite2
Hi when checking the geolite website they mentioned that they now moved to the geolite2 format. Do you have any plans to upgrade the plugin to use the new format?
I took the commits from PR #22 and tested them. That PR didn't work for me, I found a couple small issues, and I cleaned things up a bit. I...
Hi! A new version was just released of `wheel`, so [Doppins](https://doppins.com) has upgraded your project's dependency ranges. Make sure that it doesn't break anything, and happy merging! :shipit: --- ###...
Using django 1.8.6, {% localtime on %} doesn't do anything! UTC time and localtime are the same. When USE_TZ = True, {% get_current_timezone as TIME_ZONE %}{{ TIME_ZONE }} yields America/Chicago...