Releases: Cadasta/django-jsonattrs
Releases · Cadasta/django-jsonattrs
0.1.26
0.1.25
Fixes
- Raise ValidationError for unknown keys (#39)
Improvements
- Improve code clarity (#38, #37)
- Remove
__getattr__
customization for fields (#30) - Improve documentation (#35)
Note: This is effectively 0.1.24
, however due to an error made when releasing 0.1.24
via PyPi, we have removed that release and published the release as 0.1.25
.
0.1.23
Cache serialized version of Attribute, handle cache failures, legibility