Releases: Sibyx/django_api_forms
Releases · Sibyx/django_api_forms
1.0.0-rc.11
- Fixed: Proper manipulation with
BaseStrategy
instances during population
1.0.0-rc.10
- Added:
AliasStrategy
for overriding property name on target object duringsetattr()
- Changed:
field_strategy
now can be also an instance ofBaseStrategy
- Fixed: Fixed calling population methods when declared in form
1.0.0-rc.9
- Added: Introduced extra optional arguments when creating
From
instance
1.0.0-rc.8
- Added:
GeoJSON
field introduced - Changed: Default clean method
Form.clean
is only called when there are no errors.
1.0.0-rc.7
CI/CD fixies and project settings. There was no application change.
1.0.0-rc.6
Release by @paimvictor
- Added: Introduced
RRuleField
to represent Recurrence Rule objects
1.0.0-rc.5
- Added: Introduced defining a form field for the dictionary key in
DictionaryField
- Changed:
value_field
inDictionaryField
is forced keyword arguments - Changed: Replaced
RuntimeError
withApiFormException
1.0.0-rc.4
- Fixed: Fixed missing validation errors
- Changed:
Form.add_error()
now takes onlyTuple
as afield
argument
1.0.0-rc.3
- Fixed: Removed validation of non-required fields if they are not present in the request
1.0.0-rc.2
- Fixed: Fixed "weird" behaviour with missing
clean_data
values if usingListField