Miserlou / django-easy-timezones

Easy timezones for Django based on GeoIP
http://gun.io/blog/django-easy-timezones/
Apache License 2.0
203 stars 44 forks source link

Update Django Signal creation for Django > 3.1 #44

Open paulortman opened 2 years ago

paulortman commented 2 years ago

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 text to a code comment or docstring."