django-markdownx icon indicating copy to clipboard operation
django-markdownx copied to clipboard

RemovedInDjango40Warning: The providing_args argument is deprecated.

Open gh640 opened this issue 4 years ago • 0 comments

This happens on Django 3.1.

/usr/local/lib/python3.7/site-packages/compressor/signals.py:4: RemovedInDjango40Warning: The providing_args argument is deprecated. As it is purely documentational, it has no replacement. If you rely on this argument as documentation, you can move the text to a code comment or docstring.
    post_compress = django.dispatch.Signal(providing_args=['type', 'mode', 'context'])

gh640 avatar Aug 19 '20 07:08 gh640