Bruno Bord

Results 90 issues of Bruno Bord

At the moment, it's an "OR", shall we provide a parameter to tell it's an _and_ search?

question

This bit of code has been implemented for Django 1.8, but it looks harder than just pulling out a line of code. Since it's a bit tricky **but** it looks...

The `ContextFormSerializer` view returns a contextualized form using the DRF serializers & such. On the other hand, the `contextualize` function returns a contextualized form that analyses the fields and the...

Validations are using the following form: "field" + "comparison operator" + "value". There is a defined set of comparison operators, but all of them are not applicable to every field...

Help Wanted
Question
1 - Ready

In the context of the builder, if you add a "checkboxes" field, it appears that the front-end may or may not send us the "multiple" property. If not, when we...

As the [Django documentation suggests](https://docs.djangoproject.com/en/1.11/ref/forms/validation/#raising-validationerror), Django ``ValidationError``s exceptions should > Provide a descriptive error code to the constructor This was a "django-only" feature, and was not compatible with DRF errors...

Enhancement
1 - Ready