Berkant

Results 6 comments of Berkant

I also encountered with that issue. If you are too 'lazy' to change it manually, you can type the following command on the terminal when you are in _opensmile-2.3.0_: `sed...

Hello, Thank you for the steps to reproduce that issue. Due to the title, I'm a bit confused. Which `NullBooleanField` do you mean? - The `NullBooleanField` of DjangoRestFramework is [deprecated...

I understand. So for `BooleanField`, you suggest having two separate templates for `null=True` and `null=False`. What would you think of keeping only one template for `BooleanField` and change the input...

I understand and I agree on that one (: So I will check the following multiple options to change this behavior: - I saw that model `BooleanField`s are generated as...

> I had a little looked into drf source. because form/json data render and parser need to modify both Which part of the **parser** needs to be modified? I could...

Hi @tomchristie , Thank you for your comment. I was thinking about that alternative too. The following part from `select.html` was my main hesitation to use it. I was not...