Matt Molyneaux

Results 170 comments of Matt Molyneaux

LICENSE appears in the 0.3.0 release on PyPI.

I'd suggest you first write a test for unicode filenames and open a draft PR that just contains that. We will then see if Django 3.1 did really break something...

> mod_xsendfile is unmaintained for like 10 years, good thing it still compiles against 2.4. @stefan6419846 that's the current status. I will add a warning to the docs before closing...

Those quote changes still haven't been removed yet :cat:

https://github.com/moggers87/django-sendfile2/blob/master/django_sendfile/sendfile.py#L46 Not sure how I missed that, but it needs to go. This check should happen on the simple and development backends only. It should be possible for other backends...

That is expected behaviour as Django clears out the user session on logout. If you're wanting users to be able to skip 2FA the next time they log in, then...

Oh, so you've logged in again? That is a bug then.

Finally got around to looking at this bug and I'm unable to reproduce. I followed these steps: 1. logged in 2. enabled 2fa 3. logged out 4. logged back in...

Also I notice you're using django-two-factor-auth 1.7.0 with Django 3.0, which not supported. I doubt it's the cause of this issue, but I strongly recommend upgrading to the latest version...

Yup, getting a Transifex account so I can sort out translations is on my todo list