Releases: M1ha-Shvn/django-rest-form-fields
Releases · M1ha-Shvn/django-rest-form-fields
Version 1.4.0
Version 1.3.5
Dependencies
- Made
pytz
andjsonschema
optional dependencies
CI
- Replaced python 3.6 with python 3.11, 3.12
- Added django 4.1, 4.2, 5.0
Version 1.3.4
Bug fixes
- Fix ModelForm issue in django 3.0+, which caused fields with required=False validation by model fields
Testing
- Replaced django 2.1 with django 4.0 in test matrix
Version 1.3.3
Tests
- Moved testing from Travis to GitHub Actions
- Linter fixes
Features
- Dependencies optimization
Version 1.3.2
Features
- Added ability to add underscore symbols in
UrlField
Version 1.3.1
Version 1.3.0
Features
Added DateField
Version 1.2.8
Bug fixes
- Removed python 3.3 support as it is not supported by psycopg2 any more
- Fixed python 3.7 compatibility
Version 1.2.7
Bug fixes
- Fixed bug in RestChoiceField which coused exception when source was set
Version 1.2.6
Bug fixes
- Fixed bug in FileField exceptions, so they are valid ValidationError instances (issue 7)