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
This is intentionally very vague - it could be a matter of documenting best practice and following it, or it could be a matter of changing the API for ModelAdmin so it is more directly intuitive.
Acceptance criteria
Make clearer rules about when to use modelTab and when to use modelClass
Follow those rules in all relevant places in supported modules
The text was updated successfully, but these errors were encountered:
modelTab
andmodelClass
are used interchangably right now, and it's not always clear which should be used at a given time. This can cause problems.Related
Notes
ModelAdmin
so it is more directly intuitive.Acceptance criteria
modelTab
and when to usemodelClass
The text was updated successfully, but these errors were encountered: