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 would allow you to include a cut-down table for use in the non-detail page for a particular object, or to remove a checkbox column depending on some request-time variable.
The text was updated successfully, but these errors were encountered:
could be a Meta attribute called exclude (well that's not for instance, but would require to subclass first) class Meta: exclude = ('checkbox1','checkbox2')
ModelForm does it the same way
possible relation: #11
This would allow you to include a cut-down table for use in the non-detail page for a particular object, or to remove a checkbox column depending on some request-time variable.
The text was updated successfully, but these errors were encountered: