File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Meta Options
8585 to sort fields in the child resource before appending the fields from the parent
8686 resource(s).
8787
88- Settings this option to ``True `` will cause field sorting to happen after all of
88+ Setting this option to ``True `` will cause field sorting to happen after all of
8989 the fields have been attached using the default sort method. The default method
9090 sorts the fields by the order they are defined.
9191
@@ -112,4 +112,10 @@ Meta Options
112112 class Meta:
113113 user_data = {
114114 "custom": "my-custom-value",
115- }
115+ }
116+
117+ ``allow_field_shadowing ``
118+ Allow fields to be shadow fields with the same name in a parent resource.
119+
120+ Setting this option to ``True `` will allow fields to be shadowed without an exception
121+ being raised. The default behaviour is to raise an exception if a field is shadowed.
You can’t perform that action at this time.
0 commit comments