Agate
Agate
Thank you @karelkryda this looks very good!
IIRC, it broke compatibility with projects running with older django versions, hence the revert. We'll remove it entirely when Django 3 support is removed.
Hi, to answer your question, the files are stored as media files. If you want to get the relative URL, you should use `{{ global_preferences.general__forum_logo.url }}` in a template. If...
Thanks for your input @nithin-bose! I think a `contrib.pandas` module with a `DataFrameQuerySet` would be the way to go, but I'm not confident enough in my little pandas knowledge to...
Hello and sorry for my late answer, I was actually in a vacation trip :) You can indeed use in, but with the `myfield__value_in` lookup: ``` objects.filter(eye_color__value_in=['brown']) ``` The fact...
Sure, that would be a great addition. Feel free to provide a PR whenever you have the time :)
Fixing this may be harder than expected. We're using Alpine's packaged ffmpeg, we don't compile it ourselves (https://github.com/michaelmob/docker-funkwhale/blob/master/Dockerfile#L30). The proper way to fix this, I think, would be to ask...
Hi @mowidatim, I'm not actively working on new features for this project anymore. What you describe would be convenient, but I'm afraid it would require overriding django's lookup logic. I...