zsoldosp / django-currentuser

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

Django >1.11 support #9

Closed vesatoivonen closed 6 years ago

vesatoivonen commented 6 years ago

Will Django 1.11.1 and 2.0.1 be supported by the pip package any time soon?

zsoldosp commented 6 years ago

1.11 seems to be already supported https://github.com/PaesslerAG/django-currentuser/blob/master/tox.ini

vesatoivonen commented 6 years ago

1.11 yes, but not 1.11.1, which pip downgraded for me during installation.

zsoldosp commented 6 years ago

ah, I see the bug there - it's in setup.py - it should read <1.12 instead of <=1.11 :(

kairichard commented 6 years ago

@vesatoivonen @zsoldosp A new version is available at https://pypi.python.org/pypi/django-currentuser containing the bug fix. Thank you for reporting.

vesatoivonen commented 6 years ago

Works nicely for 1.11.1, thanks.

kairichard commented 6 years ago

@vesatoivonen You can follow/watch #11 to be notified once there is support for django >= 2.0 available.