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
After deploying a django app, when selecting a record from an associated class, such record must be selected based on its ID.
Describe the solution you'd like
Instead, it would be nice to select it based on a pre-chosen attribute. For example, when selecting a person, instead of its ID, it would be good to have its name in the list.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
After deploying a django app, when selecting a record from an associated class, such record must be selected based on its ID.
Describe the solution you'd like
Instead, it would be nice to select it based on a pre-chosen attribute. For example, when selecting a person, instead of its ID, it would be good to have its name in the list.
Additional context
The text was updated successfully, but these errors were encountered: