Skip to content

Releases: localmed/pyserializer

Fix cannot add validators to fields

30 Jan 05:36
00d7ffd
Compare
Choose a tag to compare
Merge pull request #26 from localmed/cannot_add_validators_to_fields

Cannot add validators to fields

Add EnumField

12 Jan 16:55
Compare
Choose a tag to compare
v0.9.0

Bump version: 0.8.0 → 0.9.0

Add support for custom error message

04 Jan 16:36
Compare
Choose a tag to compare
  • Add support for custom error message when declaring a field

Add EmailField

20 Sep 21:16
Compare
Choose a tag to compare
  • Add support for EmailField
  • Add support for ChoiceField

Defining Meta class on serializer is not required

08 Aug 15:00
Compare
Choose a tag to compare
  • Defining Meta class on the serializer class is not required.

Fix serializer attempting to get attributes from null object and failing

25 Jul 19:37
Compare
Choose a tag to compare
  • Add ability to set allow_blank_source on serializer class. If this is set to True the serializer class will not throw error if source is not available.

Fix bug where nested serialization where caching data

13 Jul 15:44
Compare
Choose a tag to compare
  • Fix bug where nested serialization where caching data.

Add support for MethodField

05 Jul 15:52
Compare
Choose a tag to compare
  • Add support for MethodField

Bug fix with serializer failing to find source with dot syntax

30 Jun 21:40
Compare
Choose a tag to compare
  • Fixes bug with defining source with dot syntax

Add commonly used fields

28 Jun 15:21
Compare
Choose a tag to compare
  • Add support for FloatField
  • Add support for DecimalField
  • Add support for DictField
  • Add support for UrlField
  • Add support for BooleanField
  • Add support for RawField