drf-forms/drf-schema-adapter

Better export of relationships + tests

Opened this issue · 1 comments

  • serializer relationships with sourcedo not export related model correctly (metadata + exporter)
  • RelatedForeignKey / RelatedSlug (equivalent of foreignkey with to_field) in views with serializers that are not ModelSerializers (like used by @wizard)
  • Reverse Many2Many with no related_name

this issue is not exaustive

The state of this has most likely been improved by 90f506a