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
When you try to create a model with choices field and then create a second model which inherit from the previous one, you will receive error while schema generating.
Here you have a simple project with models and basic configuration. Try to generate schema and you will get following error:
AssertionError: Found different types with the same name in the schema: PageType, PageType.
It seems that it is unable to inherit models with choices fields.
Vitiell0, jmsegrev, darkowic, fmoga, reverland and 17 more