zsoldosp / django-currentuser

Conveniently store reference to request user on thread/db level.
BSD 3-Clause "New" or "Revised" License
141 stars 40 forks source link

Django 3 compatibility #39

Closed mattLLVW closed 4 years ago

mattLLVW commented 4 years ago

Closes #38

jimothyGator commented 4 years ago

I created a similar pull request (#40), which restrictions this to Django < 3.1, and updates the Tox file so unit tests run under Django 3.0.