Results 36 comments of Osaetin Daniel

It seems like it might be supported 🤔 https://github.blog/changelog/2025-03-13-dependabot-version-updates-now-support-uv-in-general-availability/

I realized that this `aioredlock` isn't actively maintained anymore and I'm switching to [pottery](https://github.com/brainix/pottery)

Oh. I didn't see any reply in the linked issue (i.e https://github.com/django/channels_redis/issues/299) and I assumed it was just waiting for someone to pick it up :) But then it leaves...

I think the confusing parts are: > only a single reader should get each written message > ... **or to more than one reader** I would just remove both statements...

> check if we can override django to know when the password is upgraded That was my Initial approach by overriding `User.check_password` but I didn't like the fact that I...

@BeryJu I went with Option 1 as stated earlier. I replaced `model_utils.FieldTracker` with a class attribute to track the password hash change. I also added a new test.