Skip to content

Releases: Cadasta/django-jsonattrs

0.1.26

04 Jun 08:22
5149e08
Compare
Choose a tag to compare
0.1.26 (#42)

0.1.25

16 Feb 15:06
26cae00
Compare
Choose a tag to compare

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

17 Jul 11:03
Compare
Choose a tag to compare

Cache serialized version of Attribute, handle cache failures, legibility