Releases: Sibyx/django_api_forms
Releases · Sibyx/django_api_forms
0.9.0
- Change: Moved field error messages to default_error_messages for easier overriding and testing.
- Fix: Fix KeyError when invalid values are sent to FieldList.
- Fix: Removed unnecessary error checking in FieldList.
This release is possible thanks to contributions by pawl.
0.8.0
This release was created by @pawl. Thank you very much! ❤️
- Maintenance: Add tests for fields
- Change: Remove DeclarativeFieldsMetaclass and import from Django instead.
- Change: Msgpack dependency is no longer required.
- Change: Empty values passed into a FormField now return {} rather than None.
- Fix: Throw a more user friendly error when passing non-Enums or invalid values to EnumField.
0.7.1
- Change Use poetry instead of pipenv
- Change: Library renamed from
django_api_forms
to django-api-forms
(cosmetic change without effect)
0.7.0
- Change: Library renamed from
django_request_formatter
to django_api_forms
- Change: Imports in main module
django_api_forms
0.6.0
- Feature:
BooleanField
introduced
0.5.8
- Fix: Pass
Invalid value
as ValidationError
not as a string
0.5.7
- Fix: Introduced generic
Invalid value
error message, if there is AttributeError
, TypeError
, ValueError
0.5.6
- Fix: Fixing issue from version
0.5.5
but this time for real
- Change: Renamed version file from
__version__.py
to version.py
0.5.5
- Fix: Check instance only if there is a value in
FieldList
and FormFieldList
0.5.4
- Fix: Added missing
msgpack
dependency to setup.py