iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.62k stars 302 forks source link

Install allacccount middleware in test settings #561

Closed mweinelt closed 8 months ago

mweinelt commented 8 months ago

This fixes the test suite for me.

Bumps the requirement for allauth, since the middleware is only shipped from 0.56.0

Closes: #555