Skip to content

Fix serializer attempting to get attributes from null object and failing

Compare
Choose a tag to compare
@joeljames joeljames released this 25 Jul 19:37
  • 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.