Hacker News new | ask | show | jobs
by WD-42 1652 days ago
Pydantic allows you to write super clean (in comparison to DRF) serializers using just type hints, as opposed to the declarative approach of DRF serializers. It's really nice and refreshing.