Skip to content

Releases: Sibyx/django_api_forms

1.0.0-rc.11

16 Aug 00:09
508f3be
Compare
Choose a tag to compare
1.0.0-rc.11 Pre-release
Pre-release
  • Fixed: Proper manipulation with BaseStrategy instances during population

1.0.0-rc.10

16 Aug 00:04
feb39ed
Compare
Choose a tag to compare
1.0.0-rc.10 Pre-release
Pre-release
  • Added: AliasStrategy for overriding property name on target object during setattr()
  • Changed:field_strategy now can be also an instance of BaseStrategy
  • Fixed: Fixed calling population methods when declared in form

1.0.0-rc.9

24 Mar 13:33
4522681
Compare
Choose a tag to compare
1.0.0-rc.9 Pre-release
Pre-release
  • Added: Introduced extra optional arguments when creating From instance

1.0.0-rc.8

14 Mar 19:56
b0c4d5f
Compare
Choose a tag to compare
1.0.0-rc.8 Pre-release
Pre-release
  • Added: GeoJSON field introduced
  • Changed: Default clean method Form.clean is only called when there are no errors.

1.0.0-rc.7

24 Nov 10:09
Compare
Choose a tag to compare
1.0.0-rc.7 Pre-release
Pre-release

CI/CD fixies and project settings. There was no application change.

1.0.0-rc.6

24 Nov 09:54
Compare
Choose a tag to compare
1.0.0-rc.6 Pre-release
Pre-release

Release by @paimvictor

1.0.0-rc.5

21 Oct 09:29
Compare
Choose a tag to compare
1.0.0-rc.5 Pre-release
Pre-release
  • Added: Introduced defining a form field for the dictionary key in DictionaryField
  • Changed: value_field in DictionaryField is forced keyword arguments
  • Changed: Replaced RuntimeError with ApiFormException

1.0.0-rc.4

09 Sep 08:16
Compare
Choose a tag to compare
1.0.0-rc.4 Pre-release
Pre-release
  • Fixed: Fixed missing validation errors
  • Changed: Form.add_error() now takes only Tuple as a field argument

1.0.0-rc.3

04 Sep 13:39
Compare
Choose a tag to compare
1.0.0-rc.3 Pre-release
Pre-release
  • Fixed: Removed validation of non-required fields if they are not present in the request

1.0.0-rc.2

31 May 20:52
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release
  • Fixed: Fixed "weird" behaviour with missing clean_data values if using ListField