Skip to content

Releases: Sibyx/django_api_forms

0.16.2

06 Nov 10:12
8841ba3
Compare
Choose a tag to compare
0.16.2 Pre-release
Pre-release
  • Fix: Fixed issue with clean_ methods returning values resolved as False (False, None, '')

0.16.1

29 Oct 14:34
db63fa3
Compare
Choose a tag to compare
0.16.1 Pre-release
Pre-release
  • Fix: Ignore ModelMultipleChoiceField in Form::fill()

0.16.0

14 Sep 08:39
b714e75
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release
  • Change: Correctly resolve key postfix if ModelChoiceField is used in Form::fill()
  • Change: DjangoApiFormsConfig is created
  • Note: One more step to get rid of pytest in project (we don't need it)

0.15.1

29 Aug 11:50
499a800
Compare
Choose a tag to compare
0.15.1 Pre-release
Pre-release
  • Feature: FileField.content_type introduced (contains mime)

0.15.0

23 Aug 14:30
aecc7d9
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release
  • Feature: FileField and ImageField introduced
  • Note: Defined extras in setup.py for optional Pillow and msgpack dependencies
  • Feature: Working Form::fill() method for primitive data types. Introduced IgnoreFillMixin

0.14.0

07 Aug 08:54
5b37281
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release
  • Feature: BaseForm._request property introduced (now it's possible to use request in clean_ methods)

0.13.0

09 Jul 09:13
299e91f
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release
  • Fix: Fixed Content-Type handling if charset or boundary is present

0.12.0

11 Jun 10:52
5f2cdf9
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release
  • Fix: Do not call resolvers methods, if property is not required and not present in request

0.11.0

10 Jun 08:14
7d2c1d8
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • Change: Non specified non-required fields will no longer be available in the cleaned_data form attribute.

0.10.0

01 Jun 14:09
a4a3554
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
  • Change: All package exceptions inherits from ApiFormException.
  • Fix: Specifying encoding while opening files in setup.py (failing on Windows OS).