Nick Smith
|
b9bf61ce61
Used PEP 8 style indentation in forms docs.
|
9 years ago |
Tim Graham
|
9f825b9e28
Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txt
|
9 years ago |
I am Clinton
|
14f20c1fdc
Fixed typos in docs/ref/forms/widgets.txt
|
9 years ago |
wdmgsm
|
10f7cfeb2d
Fixed #24520 -- Documented Widget.supports_microseconds
|
10 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Loic Bistuer
|
728b6fd9ca
Fixed #24219 -- Moved SelectDateWidget together with the other widgets
|
10 years ago |
Claude Paroz
|
909015a51b
Fixed #22786 -- Documented value_from_datadict caveat
|
10 years ago |
areski
|
9d6551204e
Removed unnecessary code-block directives.
|
10 years ago |
Tim Graham
|
9432f1e750
Fixed some doc errors that caused syntax highlighting to fail.
|
10 years ago |
areski
|
e4dd8b5dde
Fixed #23169 - Misc docs fixes.
|
10 years ago |
gyx1000
|
7e2c87809c
Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of values.
|
10 years ago |
Guillaume Pannatier
|
32586b0ba4
Fixed #22684 -- Added `empty_label` option on `django.forms.extras.widets.SelectDateWidget`
|
11 years ago |
Claude Paroz
|
9494f29d4f
Fixed case in form widgets docs
|
11 years ago |
Tim Graham
|
51c8045145
Removed versionadded/changed annotations for 1.6.
|
11 years ago |
Claude Paroz
|
3a97f992fb
Fixed #22313 -- Removed 'u' prefixes from documentation
|
11 years ago |
Loic Bistuer
|
e61d99d96d
Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets.
|
11 years ago |
Tim Graham
|
867f8fd6c7
Made some PEP8 fixes in docs/ref/forms/widgets.txt
|
11 years ago |
Baptiste Mispelon
|
79e1d6ebd7
Don't show `self` in the list of arguments of a method.
|
11 years ago |
Loic Bistuer
|
da800be6dd
Fixed #20986 -- Enabled SelectDateWidget to use custom months
|
11 years ago |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 years ago |
Matt Johnson
|
907ef9d0d1
Fixed #20555 -- Make subwidget id attribute available
|
11 years ago |
minusf
|
70c080fcdb
Misc doc cleanups.
|
11 years ago |
James Bennett
|
c0f03175ce
Fixed #19695 -- Retitle "Form Media" to "Form Assets".
|
11 years ago |
Tim Graham
|
175a102ddc
Fixed #20567 - Documented BoundField.id_for_label.
|
11 years ago |
leandrafinger
|
08b501e7d3
add missing imports to the examples in the 'Forms'
|
12 years ago |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 years ago |
Baptiste Mispelon
|
9ac4dbd7b5
Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect
|
12 years ago |
Baptiste Mispelon
|
c4186c2fec
Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect
|
12 years ago |
Baptiste Mispelon
|
844fbc85c1
Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple
|
12 years ago |
Claude Paroz
|
7ec2a21be1
Fixed #19686 -- Added HTML5 number input type
|
12 years ago |