neutronX / django-markdownx

Comprehensive Markdown plugin built for Django
https://neutronx.github.io/django-markdownx/
Other
854 stars 153 forks source link

RemovedInDjango40Warning: The providing_args argument is deprecated. #187

Open gh640 opened 4 years ago

gh640 commented 4 years ago

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'])