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

Replace ModelChoiceField with UserField. Fixes #114 #120

Merged
merged 2 commits into from Dec 11, 2020

Conversation

atodorov
Copy link
Member

@atodorov atodorov commented Dec 9, 2020

this is a custom field which accepts username, email or ID and
is used in many places in Kiwi TCMS. Here it is used to avoid
presenting a huge list of existing accounts to the administrator
and making the selection a bit less clunky.

Still doesn't implement an auto-complete widget but that's
unrelated.

@atodorov atodorov force-pushed the authorized_users_form branch 2 times, most recently from ccd1a53 to 4cf45f2 Compare December 10, 2020 09:32
@atodorov atodorov force-pushed the authorized_users_form branch 6 times, most recently from 3d24cb0 to 38ab59c Compare December 10, 2020 17:57
this is a custom field which accepts username, email or ID and
is used in many places in Kiwi TCMS. Here it is used to avoid
presenting a huge list of existing accounts to the administrator
and making the selection a bit less clunky.

Still doesn't implement an auto-complete widget but that's
unrelated.
@atodorov atodorov merged commit bc0ed5f into master Dec 11, 2020
@atodorov atodorov deleted the authorized_users_form branch December 11, 2020 11:57
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