Skip to content

Releases: Sibyx/django_api_forms

0.2.0

31 Oct 11:25
d28dfa1
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • 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

24 Oct 09:44
314d2fb
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release
  • Fix: Non-required EnumField is now working
  • Feature: WIP: Initial method for filling objects Form::fill()

0.1.5

23 Oct 08:50
188f728
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release
  • Fix: Assign errors to form before raising ValidationError

0.1.4

23 Oct 08:14
72e1bc7
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • Fix: Do not return empty error records in Form:errors