Matthias Kestenholz
Matthias Kestenholz
Can't the change of keys be avoided somehow? A change would be quite bad for big sites with lots of images.
Hi @jkgenser I don't think it's documented anywhere but you could maybe achieve this already with the `user.backend` attribute: https://github.com/django/django/blob/cbf1e87398a58737e27e1b680283903caf661f90/django/contrib/auth/__init__.py#L87 This wouldn't work if you wanted to differentiate between uses...
By the way, recent enough versions of redis-py will automatically select the hiredis parser if it is available so you should be able to just skip specifying the parser class.
Thanks for asking! I'll politely decline since I'd rather spend more time on Jazzband projects, e.g. the debug toolbar. django-cache-url has served me well in the past (and still does)...
Thanks for the review! I have added the note.
Do you have additional details where the slowdown happens?
Thanks! Yeah, that sounds right. Also, it will possibly be much worse if people are using a cloud-based static files storage. I'm not sure enumerating *all available static files* is...
I think this is an excellent idea. I'm not sure if the impact on third party panels would be so bad as to make it not worth it, but apart...
I wonder what those browsers are? Shadow DOM is definitely supported not only in recent browsers. > How would this work with our additional JS modules? As long as we're...
Autogenerating documentation from code is always a workaround for lazyness (I like it a lot!) but I'm not sure we should uglify the code just for that. I thought that...