django-easy-timezones icon indicating copy to clipboard operation
django-easy-timezones copied to clipboard

Update Django Signal creation for Django > 3.1

Open paulortman opened this issue 3 years ago • 0 comments
trafficstars

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."

paulortman avatar Aug 01 '22 19:08 paulortman