#31514: The default form widget for URLField is a URLInput, not a TextInput.
-----------------------------------------+--------------------------
Reporter: Nat S Dunn | Owner: nobody
Type: Bug | Status: new
Component: Documentation | Version: 3.0
Severity: Normal | Keywords: URLField
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 0 |
-----------------------------------------+--------------------------
The documentation at
https://docs.djangoproject.com/en/3.0/ref/models/fields/#urlfield reads:
The default form widget for this field is a TextInput.
It should read:
The default form widget for this field is a URLInput as defined in
django.forms.fields.URLField.
--
Ticket URL: <https://code.djangoproject.com/ticket/31514>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/051.a5234c313fba37894f9781748a35841a%40djangoproject.com.