Hervé Cauwelier
Hervé Cauwelier
I lost half a day because I could not log to production any more, and I couldn't find the issue in our infrastructure. Found out it was because I stored...
There are tests already covering unicode filenames. My issue may be more in Apache/X-Sendfile, but that won't be covered in a unit test. My findings so far: - mod_xsendfile is...
After a refactor I could actually serve the files directly from a memoryview, a new feature of Django 3, and I didn't need sendfile for this project anymore. Feel free...
Then I have another problem because null values are not part of the response hits and the serializer will choke on this. For now I manually set those fields in...
Thanks for your answer, I've added a manual translation model with a shorter verbose name.
Hi, I have swapped BlogPost on my 4.0.1 branch: https://github.com/bors-ltd/mezzanine/commit/77001a45cea166a7490aac00bdce22490f510a27 It works for my case (inheriting from django.contrib.gs models and admin) but it lacks tests. And I should take a...
Hello, I'm waking up this rather old issue. I was pretty sure I already opened a pull request for my "swappable_blogpost" branch and people commented it but it seems my...
Just to notify I've started the work. No big issue yet but I'm playing hide and seek everywhere content models are imported. So far I have swapped: * Page *...
Hello again, this was close to be ready for initial review, but there are three tests not passing: `test_delete_unused`, `test_keywords` and `test_keywords`. (`test_syntax` too but expected on the 4.2.2 tag)....
I agree on `get__name`, I followed the `get_user_model_name` pattern but it doesn't make sense to begin with. Django already promotes `settings.AUTH_USER_MODEL` in the docs. But I couldn't get rid of...