Closed chripede closed 7 years ago
Hey @chripede!
Thanks for your PR. Looks like some tests are failing. Could you take a look?
Awesome, thx!
@r4fek Sure. I've updated the Django requirement to ==1.10.3
It doesn't work with any version lower than 1.10.2 though, so not sure how to handle that.
I'll try to fix this. Django 1.9 should be supported too.
The property dont_use_model_field_default_for_empty_data is removed in Django 1.10.2 ->
This made it impossible to uncheck and save BooleanFields in forms.
See https://code.djangoproject.com/ticket/27433 for reference