You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ManyRelatedField.choices is a property which iterates overself.child_relation.queryset. This can be None if self.child_relation is read-only.
I found this when SimpleMetadata.get_field_info tried to check if field.choices exists and raised TypeError.