macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
975 stars 350 forks source link

Django 3.0 Support #373

Closed clarkmoody closed 4 years ago

clarkmoody commented 4 years ago

Adds a basic no-op wrapper in place of a deprecated decorator from Django 3.0. Updates the tox environments to cover Django 3.0 and Python 3.8.

Fixes #371

This is an alternate approach to that taken in #372

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.2%) to 97.002% when pulling f4b59ff564894be6df733c71cd72faaffcac1d76 on picksco:django-3-support into 012dbc6de505ed862b66ee507af20b654a8ee4b1 on macropin:master.

clarkmoody commented 4 years ago

Ok, Travis finally passing 😅

Thanks to @perceptiveminds for the example of how to fix the failing test in forms.py.

joshblum commented 4 years ago

@clarkmoody thanks!