oxan / djangorestframework-dataclasses

Dataclasses serializer for Django REST framework
BSD 3-Clause "New" or "Revised" License
431 stars 28 forks source link

Add UUID to recognized fields #2

Closed adevore closed 5 years ago

adevore commented 5 years ago

This adds UUID to the list of automatically recognized dataclass fields, mapping it to a UUIDField in DRF.

oxan commented 5 years ago

Nice, thank you!