Martin Mahner

Results 36 comments of Martin Mahner

> Is there a variable to configure to use the current logged in user instead of presenting a selectbox to chose the upload user from? You mean in the admin...

No it does not. It not need a fallback for Django

Thank you. > 'ADMIN_MEDIA_PREFIX': settings.STATIC_URL + '/admin/', That won't work everywhere, please use the admin urlpatterns.

I don't activly maintain this project, I'll merge pulls if they're ok. If you want to take over the project let me know.

We had the same problem, I've overwritten the Backend to make a case insensitive check. I wouldn't say its incorrect. On MS we store emails CamelCase while Django uses lowercase....

The old release wasn't compatible with latest Django 3.2, v2.3 is now. https://pypi.org/project/django-memcache-status/2.3/ Please see the installation instructions.

Could you explain the reason behind this?

I'll give it some more tests regarding the pypi build and merge soon.

It doesn't look like the package itself is going to get build. You can test this by running `tox`. ``` py311: commands[1]> pip-check Traceback (most recent call last): File "/private/tmp/tox/pip-check/py311/bin/pip-check",...