ubernostrum / django-registration

An extensible user-registration app for Django.
BSD 3-Clause "New" or "Revised" License
923 stars 241 forks source link

Make the 2.4 Branch Django 2.0 compatible #158

Closed Akasch closed 6 years ago

Akasch commented 6 years ago

This Commit makes the necessary changes to make it work with django 2.0. It was only necessary to touch the tests and general config files.

The Middleware settings is now in the old and new format in the tests for simplicity.

Fixes #155

In our Production environment it worked some time already, but this will make the installation easier if released

ubernostrum commented 6 years ago

As noted in other PRs/issues, anything targeting 2.x is on hold for now until I get 3.x out the door; then I'll come back and do a run through these and push out the (hopefully) last 2.x release.

zout commented 6 years ago

Since this seems to take a while, why not let the world use Django 2.0 and merge this in. We can confirm that this works just fine and probably would make a lot of people happy.

ubernostrum commented 6 years ago

Closed in 8e1559b1d6144c7a156a8e6e7dfd30331a132954.