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
To create a new invitation in the admin field a user ID needs to be used as an inviter. It would be much more practical to use forms.ModelChoiceField instead and have a full dropdown of all users.
Alternatively, it might be worth considering adding an initial value from request.user.id.
The text was updated successfully, but these errors were encountered:
To create a new invitation in the admin field a user ID needs to be used as an inviter. It would be much more practical to use
forms.ModelChoiceField
instead and have a full dropdown of all users.Alternatively, it might be worth considering adding an initial value from
request.user.id
.The text was updated successfully, but these errors were encountered: