zsoldosp / django-currentuser

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

Support for Django 5.1 #75

Closed peterkronenberg closed 2 weeks ago

peterkronenberg commented 1 month ago

Will you soon be supporting Django 5.1?

zsoldosp commented 1 month ago

Yes, the soonest next week

On Tue, Aug 13, 2024, 3:22 AM Peter Kronenberg @.***> wrote:

Will you soon be supporting Django 5.1?

— Reply to this email directly, view it on GitHub https://github.com/zsoldosp/django-currentuser/issues/75, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAP3W5ZGEPURTKDBJLFNYTZRFNUFAVCNFSM6AAAAABMNG6KKOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3DEMJXGU3TSNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

anyidea commented 2 weeks ago

any progress?

zsoldosp commented 2 weeks ago

I just released the new version to pypi.

Note the introduction of DJANGO_CURRENTUSER_USE_UNSUPPORTED_DJANGO to make future app upgrades smoother. For more details, see the README's install section.