Skip to content

minor: nested_fields via manager

Calum Mackervoy requested to merge 253-nested-manager into master

Closes #253 (closed)

  • LDPManager adds nested_fields function for retrieving a list of nested fields for the model class. Auto-generated as the to-many relations of the model, with the explicitly included nested_fields and excluded nested_fields_exclude
  • Depreciates nested_fields

Merge request reports