1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
django_request_formatter -> django_api_forms ๐Ÿ˜จ
Sibyx
as Jakub Dubec
More... almost 5 years ago
Dependency update ๐Ÿ›
Sibyx
as Jakub Dubec
More... almost 5 years ago
BooleanField ๐Ÿ‘ฎ
Sibyx
as Jakub Dubec
More... almost 5 years ago
Pass Invalid value as ValidationError
Sibyx
as Jakub Dubec
More... about 5 years ago
Invalid value error ๐Ÿฆœ
Sibyx
as Jakub Dubec
More... about 5 years ago
If there is no valid value in list fields, return empty list ๐Ÿบ
Sibyx
as Jakub Dubec
More... about 5 years ago
Check instance only if there is a value in `FieldList` and `FormFieldList` ๐Ÿฅณ
Sibyx
as Jakub Dubec
More... about 5 years ago
Missing msgpack dependency ๐Ÿฅถ
Sibyx
as Jakub Dubec
More... about 5 years ago
Fixed date in changelog for release 0.5.3 ๐ŸŒง
Sibyx
as Jakub Dubec
More... about 5 years ago
AnyField introduced ๐ŸŽ…
Sibyx
as Jakub Dubec
More... about 5 years ago
Skip processing of the FormField if value is not required and empty ๐ŸŒง
Sibyx
as Jakub Dubec
More... about 5 years ago
Process EnumFields even if their are not marked as required ๐Ÿงˆ
Sibyx
as Jakub Dubec
More... about 5 years ago
Resolved error in tests (caused by invalid ISO 8601 parsing in python < 3.7) ๐Ÿš’
Sibyx
as Jakub Dubec
More... about 5 years ago
Resolved error in tests (caused by invalid ISO 8601 parsing in python < 3.7) ๐Ÿš’
Sibyx
as Jakub Dubec
More... about 5 years ago
Fixed django-pytest ๐Ÿ˜ซ
Sibyx
as Jakub Dubec
More... about 5 years ago
Install pytest django for GitHub actions
Sibyx
as Jakub Dubec
More... about 5 years ago
Pipfile django update ๐Ÿฅต
Sibyx
as Jakub Dubec
More... about 5 years ago
Merge branch 'feature/validation-exception'
Sibyx
as Jakub Dubec
More... about 5 years ago
Huge refactor and nested validation fixing ๐Ÿ˜ฐ
Sibyx
as Jakub Dubec
More... about 5 years ago
Fixed `Form` has no attribute `self._data`
Sibyx
as Jakub Dubec
More... about 5 years ago
If payload is empty, create empty dictionary to avoid `NoneType` error ๐Ÿ‘ฏโ€โ™€๏ธ
Sibyx
as Jakub Dubec
More... about 5 years ago
Private functions and huge validation changes ๐ŸŽฏ
Sibyx
as Jakub Dubec
More... about 5 years ago
UUIDField ๐Ÿงฝ
Sibyx
as Jakub Dubec
More... about 5 years ago
Test init & lot of fixies ๐ŸŽฒ
Sibyx
as Jakub Dubec
More... about 5 years ago
DictionaryField ๐Ÿค‘
Sibyx
as Jakub Dubec
More... about 5 years ago
Propagate `kwargs` from `Form.is_valid()` to `Form.validate()` and `Form.validate_{key}()` methods. ๐Ÿ‘พ
Sibyx
as Jakub Dubec
More... about 5 years ago
0.2.1 release ๐Ÿฅฐ
Sibyx
as Jakub Dubec
More... about 5 years ago
fix to_python method in FormFieldList More... about 5 years ago
Merge remote-tracking branch 'origin/master'
Sibyx
as Jakub Dubec
More... over 5 years ago
Form.is_valid method() ๐Ÿฅจ Form.validate() is replaced ๐Ÿ™ˆ Test init ๐Ÿถ
Sibyx
as Jakub Dubec
More... over 5 years ago