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.
ugettext_
gettext_
Fixes #219
By moving signals in their own module, we can now follow Django guidelines and register signals on app.ready.