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

bugfix: should support Django 1.11.1 (issue #9) #10

Closed zsoldosp closed 6 years ago

zsoldosp commented 6 years ago

see #9

zsoldosp commented 6 years ago

@kairichard / @belugame - could you review & if all ok merge/release?

kairichard commented 6 years ago

LGTM. And thanks for the quick response.

zsoldosp commented 6 years ago

@kairichard btw, didn't we add something in the cookiecutter template to check against this specifically? something like a pip list --outdated or similar?

kairichard commented 6 years ago

@zsoldosp Yes that has been backported from https://github.com/PaesslerAG/django-admin-caching/pull/7/files into the template 6 months ago.

kairichard commented 6 years ago

@zsoldosp It also fails the daily builds as there is no support for django 2.0 https://github.com/PaesslerAG/django-admin-caching/.

I opened a ticket for that - https://github.com/PaesslerAG/django-admin-caching/issues/14