jordaneremieff / djantic

Pydantic model support for Django
https://github.com/jordaneremieff/djantic
MIT License
457 stars 34 forks source link

Support reverse m2m in exports #35

Closed jordaneremieff closed 3 years ago

jordaneremieff commented 3 years ago

Refs https://github.com/jordaneremieff/djantic/pull/33

This will add support for reverse m2m relations in from_django data exports.

I probably need to cleanup the export logic generally at some point to make it less confusing and refactor the tests to group things by field relation type.