Releases: Sibyx/django_api_forms
Releases · Sibyx/django_api_forms
0.2.0
- Change:
Form.validate()
replaced by Form.is_valid()
- Feature:
Form.validate()
is now used as a last step of form validation and it's aimed to be overwritten if
needed
- Note: Unit tests initialization
0.1.6
- Fix: Non-required EnumField is now working
- Feature: WIP: Initial method for filling objects
Form::fill()
0.1.5
- Fix: Assign errors to form before raising
ValidationError
0.1.4
- Fix: Do not return empty error records in
Form:errors