-
-
Notifications
You must be signed in to change notification settings - Fork 96
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 plain Django Forms #211
Labels
enhancement
New feature or request
Comments
@Archmonger thank you for reporting this, would you like to submit a PR? |
I don't believe I'll have the bandwidth to PR this for at least the next 2 years. |
@Archmonger I see now that you are from California, stay safe. |
fabiocaccamo
added a commit
that referenced
this issue
Jan 27, 2025
@Archmonger available in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently FormField only supports
django.forms.ModelForm
, and has no variant that works with a plaindjango.forms.Form
Describe the solution you'd like
Either create a variant, or have the base
ColorField
be aForm
compatible field.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: