Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom fields without corresponding model attributes #2569

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shouichi
Copy link
Contributor

The current implementation assumes fields have corresponding model
attributes. But sometimes, we just want to display a button or a link
that is not backed by an attribute.

This change simply relaxes the assumption and allows custom fields that
are not tied to model attributes.

See also #1468.

The current implementation assumes fields have corresponding model
attributes. But sometimes, we just want to display a button or a link
that is not backed by an attribute.

This change simply relaxes the assumption and allows custom fields that
are not tied to model attributes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant