index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
forms
/
widgets.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-05-17
1
-2
/
+0
*
Fixed a couple mistakes in docs/ref/forms/widgets.txt.
Daniel Musketa
2018-03-12
1
-4
/
+3
*
Fixed #28655 -- Added more examples for customizing widgets in a form.
Richard Oyudo
2018-03-07
1
-0
/
+19
*
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-21
1
-17
/
+17
*
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...
Jon Dufresne
2018-01-20
1
-1
/
+1
*
Removed unnecessary microsecond truncation in SplitDateTimeWidget.
Jon Dufresne
2018-01-18
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
1
-2
/
+0
*
Refs #15667 -- Removed support for Widget.render() methods without the render...
Tim Graham
2017-09-22
1
-5
/
+0
*
Double quoted HTML attributes in widget docs
Claude Paroz
2017-04-14
1
-13
/
+13
*
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-03-31
1
-5
/
+6
*
Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
Tim Graham
2017-03-21
1
-2
/
+2
*
Removed self from method signatures in docs.
Alasdair Nicol
2017-03-16
1
-1
/
+1
*
Fixed #27918 -- Documented ChoiceWidget.option_template_name
Pavel Kulikov
2017-03-15
1
-0
/
+13
*
Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidge...
Mariusz Felisiak
2017-02-07
1
-1
/
+11
*
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-25
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
1
-4
/
+0
*
Refs #26533 -- Removed support for Widget._format_value() per deprecation tim...
Tim Graham
2017-01-17
1
-5
/
+0
*
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-12-27
1
-60
/
+96
*
Fixed #27299 -- Documented the Widget.use_required_attribute() method.
Jon Dufresne
2016-10-26
1
-0
/
+23
*
Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
Tim Graham
2016-09-30
1
-4
/
+5
*
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-09-22
1
-0
/
+15
*
Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.
Jon Dufresne
2016-08-04
1
-0
/
+4
*
Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.
Jon Dufresne
2016-08-01
1
-2
/
+4
*
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-06-03
1
-2
/
+5
*
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-20
1
-11
/
+0
*
Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDate...
Tim Graham
2016-05-07
1
-1
/
+2
*
Fixed #26533 -- Renamed Widget._format_value() to format_value().
Tim Graham
2016-04-23
1
-0
/
+11
*
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-21
1
-15
/
+15
*
Fixed #26265 -- Clarified RadioSelect container's HTML id.
Tim Graham
2016-03-19
1
-4
/
+4
*
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-02-01
1
-2
/
+2
*
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-22
1
-19
/
+22
*
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
1
-13
/
+9
*
Fixed #12856 -- Documented BoundField API.
Moritz Sichert
2015-09-21
1
-0
/
+10
*
Refs #24219 -- Removed inaccurate sentence after move of SelectDateWidget.
Tim Graham
2015-07-15
1
-2
/
+1
*
Fixed typo in SelectDateWidget docs.
Tim Graham
2015-07-15
1
-1
/
+1
*
Used PEP 8 style indentation in forms docs.
Nick Smith
2015-06-11
1
-5
/
+10
*
Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txt
Tim Graham
2015-06-08
1
-2
/
+5
*
Fixed typos in docs/ref/forms/widgets.txt
I am Clinton
2015-05-26
1
-2
/
+2
*
Fixed #24520 -- Documented Widget.supports_microseconds
wdmgsm
2015-05-06
1
-0
/
+17
*
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-02-01
1
-9
/
+3
*
Fixed #24219 -- Moved SelectDateWidget together with the other widgets
Loic Bistuer
2015-01-27
1
-6
/
+9
*
Fixed #22786 -- Documented value_from_datadict caveat
Claude Paroz
2014-08-29
1
-1
/
+6
*
Removed unnecessary code-block directives.
areski
2014-08-19
1
-4
/
+2
*
Fixed some doc errors that caused syntax highlighting to fail.
Tim Graham
2014-08-18
1
-2
/
+2
*
Fixed #23169 - Misc docs fixes.
areski
2014-08-04
1
-1
/
+1
*
Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of val...
gyx1000
2014-06-04
1
-4
/
+15
*
Fixed #22684 -- Added `empty_label` option on `django.forms.extras.widets.Sel...
Guillaume Pannatier
2014-05-28
1
-0
/
+12
*
Fixed case in form widgets docs
Claude Paroz
2014-04-05
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-24
1
-14
/
+4
*
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-03-22
1
-2
/
+2
[next]