django_request_formatter -> django_api_forms ๐จ |
|
More...
|
almost 5 years ago
|
Dependency update ๐ |
|
More...
|
almost 5 years ago
|
BooleanField ๐ฎ |
|
More...
|
almost 5 years ago
|
Pass Invalid value as ValidationError |
|
More...
|
about 5 years ago
|
Invalid value error ๐ฆ |
|
More...
|
about 5 years ago
|
If there is no valid value in list fields, return empty list ๐บ |
|
More...
|
about 5 years ago
|
Check instance only if there is a value in `FieldList` and `FormFieldList` ๐ฅณ |
|
More...
|
about 5 years ago
|
Missing msgpack dependency ๐ฅถ |
|
More...
|
about 5 years ago
|
Fixed date in changelog for release 0.5.3 ๐ง |
|
More...
|
about 5 years ago
|
AnyField introduced ๐
|
|
More...
|
about 5 years ago
|
Skip processing of the FormField if value is not required and empty ๐ง |
|
More...
|
about 5 years ago
|
Process EnumFields even if their are not marked as required ๐ง |
|
More...
|
about 5 years ago
|
Resolved error in tests (caused by invalid ISO 8601 parsing in python < 3.7) ๐ |
|
More...
|
about 5 years ago
|
Resolved error in tests (caused by invalid ISO 8601 parsing in python < 3.7) ๐ |
|
More...
|
about 5 years ago
|
Fixed django-pytest ๐ซ |
|
More...
|
about 5 years ago
|
Install pytest django for GitHub actions |
|
More...
|
about 5 years ago
|
Pipfile django update ๐ฅต |
|
More...
|
about 5 years ago
|
Merge branch 'feature/validation-exception' |
|
More...
|
about 5 years ago
|
Huge refactor and nested validation fixing ๐ฐ |
|
More...
|
about 5 years ago
|
Fixed `Form` has no attribute `self._data` |
|
More...
|
about 5 years ago
|
If payload is empty, create empty dictionary to avoid `NoneType` error ๐ฏโโ๏ธ |
|
More...
|
about 5 years ago
|
Private functions and huge validation changes ๐ฏ |
|
More...
|
about 5 years ago
|
UUIDField ๐งฝ |
|
More...
|
about 5 years ago
|
Test init & lot of fixies ๐ฒ |
|
More...
|
about 5 years ago
|
DictionaryField ๐ค |
|
More...
|
about 5 years ago
|
Propagate `kwargs` from `Form.is_valid()` to `Form.validate()` and `Form.validate_{key}()` methods. ๐พ |
|
More...
|
about 5 years ago
|
0.2.1 release ๐ฅฐ |
|
More...
|
about 5 years ago
|
fix to_python method in FormFieldList |
|
More...
|
about 5 years ago
|
Merge remote-tracking branch 'origin/master' |
|
More...
|
over 5 years ago
|
Form.is_valid method() ๐ฅจ Form.validate() is replaced ๐ Test init ๐ถ |
|
More...
|
over 5 years ago
|