Hervé Cauwelier

Results 8 issues of Hervé Cauwelier

Hi, I haven't found a better way to thank you (and the contributors) for saving us from the crap we were into with the infamous and outdated packages Brother dares...

Hi, I ran into an issue when upgrading a project to Django 3.1 and bumping dependencies. But before sending a PR, I'd like to discuss the solution. Serving files works...

Using version 1.0. Django's auth.Permission.name is limited to 50 chars, but parler can generate permission names longer than that. For example with a model labelled "Terms and conditions", "Can add...

bug

Hi, I think I found a bug on this line: https://github.com/barseghyanartur/django-elasticsearch-dsl-drf/blob/c9556609a07cec90ceaac25ba0c91f2edee74b1b/src/django_elasticsearch_dsl_drf/serializers.py#L170 ``Options.get_fields`` returns a list of field instances, not names. This will never match. I found this out when searching...

investigate
refactoring needed

(It's marked as WIP because one test fails, but it fails on the vanilla 4.3.1 too, and we can always discuss the coding style and naming. Github is warning about...

Hello, Since Django 1.9.11 and 1.10.3, `ALLOWED_HOSTS` is now checked in debug environment too, with the convenient behaviour of interpreting `[]` (or any false value) to the usual localhost environment....

bug
help wanted

Hi, With the following use case: ``` python class Parent(xworkflows.WorkflowEnabled): @xworkflows.transition() def accept(self): # Default behaviour class Child(Parent): @xworkflows.transition() def accept(self): if child_condition: # Child behaviour return super(Child, self).accept() child...

Hi, yt-fts is a great tool, but I always find myself needing a date in the results, at least for sorting results chronologically. So I made the changes, quick and...

enhancement