caleb logan
|
9e2bf65d6a
|
Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.
|
2017-08-29 14:56:08 -04:00 |
Collin Anderson
|
751f7a6d9b
|
Added Media.__repr__().
It makes it easier to debug MediaOrderConflictWarnings
(refs #28377).
|
2017-08-26 20:57:45 -04:00 |
Srinivas Reddy Thatiparthy
|
b5d47b18f1
|
Removed unnecessary else in SelectDateWidget.id_for_lable().
|
2017-08-07 22:01:45 -04:00 |
Johannes Hoppe
|
c19b56f633
|
Fixed #28377 -- Made combining form Media retain relative asset order.
Thanks Florian Apolloner, Mariusz Felisiak, and Tim Graham for reviews.
|
2017-07-20 11:06:30 -04:00 |
Roman Selivanov
|
d4da39685b
|
Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWidget.
|
2017-07-19 14:28:06 -04:00 |
Mads Jensen
|
550cb3a365
|
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
|
2017-06-28 14:07:55 -04:00 |
Tim Graham
|
221e6e1817
|
Fixed #28176 -- Restored the uncasted option value in ChoiceWidget template context.
|
2017-06-17 18:17:23 -04:00 |
Jon Dufresne
|
21046e7773
|
Fixed #28249 -- Removed unnecessary dict.keys() calls.
iter(dict) is equivalent to iter(dict.keys()).
|
2017-05-27 19:08:46 -04:00 |
Tim Graham
|
d302e2c09c
|
Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-grouped options.
Regression in b52c73008a .
|
2017-05-03 07:21:44 -04:00 |
Claude Paroz
|
301de774c2
|
Refs #27795 -- Replaced many force_text() with str()
Thanks Tim Graham for the review.
|
2017-04-27 09:10:02 +02:00 |
Jon Dufresne
|
92bc727271
|
Replaced temporary lists used for passing arguments with iterables.
|
2017-04-26 10:54:20 -04:00 |
Jon Dufresne
|
3e91850dcc
|
Removed unneeded is True|False from bool expressions in widgets.py.
|
2017-04-21 12:34:18 -04:00 |
Jon Dufresne
|
581879a510
|
Fixed #28075 -- Prevented ChoiceWidget from localizing option values.
|
2017-04-21 12:14:40 -04:00 |
Claude Paroz
|
e487ffd3f0
|
Fixed #27866 -- Made ChoiceWidget.format_value() return a list
Thanks Tim Graham for the review.
|
2017-04-01 12:24:05 +02:00 |
heathervm
|
7d1e237753
|
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
|
2017-03-31 10:10:08 -04:00 |
Tim Graham
|
075e93c16a
|
Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
|
2017-03-21 09:14:45 -04:00 |
Tim Graham
|
6ff356e891
|
Refs #27919 -- Passed ChoiceWidget.create_option() kwargs as expected.
|
2017-03-21 09:14:45 -04:00 |
Adonys Alea Boffill
|
cd2ad26cc9
|
Fixed #27724 -- Fixed SelectDateWidget redisplay if a year isn't chosen.
|
2017-03-18 15:14:52 -04:00 |
Claude Paroz
|
540ae68a5c
|
Fixed #27920 -- Restored empty RadioSelect choice producing value=""
Regression in b52c73008a .
Thanks Tim Graham for the review.
|
2017-03-14 18:23:06 +01:00 |
Vytis Banaitis
|
3dcc351691
|
Refs #23919 -- Used yield from.
|
2017-02-23 20:06:01 -05:00 |
Anton Samarchyan
|
3eb679a869
|
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
|
2017-02-20 19:57:33 -05:00 |
Collin Anderson
|
fb7e0e01af
|
Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped widget.
|
2017-02-20 08:48:03 -05:00 |
Mariusz Felisiak
|
0034e9af18
|
Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidget subwidgets.
Thanks Tim Graham and Nick Pope for review.
|
2017-02-07 11:33:37 -05:00 |
Claude Paroz
|
c651331b34
|
Converted usage of ugettext* functions to their gettext* aliases
Thanks Tim Graham for the review.
|
2017-02-07 09:04:04 +01:00 |
Tim Graham
|
4353640ea9
|
Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields with a default.
|
2017-02-06 20:31:04 -05:00 |
Jon Dufresne
|
6d8979f4c2
|
Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget rendering.
|
2017-01-31 09:41:51 -05:00 |
Vytis Banaitis
|
d1bab24e01
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Jon Dufresne
|
0d74c41981
|
Replaced dict() usage with dict literals.
Literals are faster and more idiomatic.
|
2017-01-23 19:13:49 -05:00 |
Jon Dufresne
|
ecd5944666
|
Removed ChoiceWidget.render() as it duplicates parent implementation.
|
2017-01-23 07:33:27 -05:00 |
Claude Paroz
|
dc8834cad4
|
Refs #23919 -- Removed unneeded force_str calls
|
2017-01-20 08:44:31 +01:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Claude Paroz
|
2b281cc35e
|
Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
|
2017-01-18 21:33:28 +01:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
Claude Paroz
|
f3c43ad1fd
|
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
2017-01-18 13:44:34 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Tim Graham
|
58d3d14aea
|
Refs #26533 -- Removed support for Widget._format_value() per deprecation timeline.
|
2017-01-17 20:52:04 -05:00 |
Mariusz Felisiak
|
974d14534c
|
Fixed #27723 -- Set MultiWidget's subwidgets input type from attrs argument.
Regression in b52c73008a .
|
2017-01-13 06:34:33 -05:00 |
Mariusz Felisiak
|
6872ce2266
|
Fixed #27712 -- Reallowed Input widget's attrs argument to set the input type.
Regression in b52c73008a .
|
2017-01-10 11:38:27 -05:00 |
Josef Rousek
|
aaecf038ca
|
Fixed #27370 -- Prevented Select widget from using 'required' with a non-empty first value.
|
2016-12-28 10:45:22 -05:00 |
Preston Timmons
|
b52c73008a
|
Fixed #15667 -- Added template-based widget rendering.
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
2016-12-27 17:50:10 -05:00 |
Diego Martín
|
abd434059e
|
Fixed #27250 -- Removed 'for ="..."' from CheckboxSelectMultiple's <label>.
|
2016-11-22 11:48:37 -05:00 |
Leila20
|
656654fb5b
|
Fixed typo in django/forms/widgets.py comment.
|
2016-11-06 11:55:33 +01:00 |
Tim Graham
|
87c5e7efeb
|
Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
|
2016-09-30 14:49:50 -04:00 |
Tim Graham
|
3507d4e773
|
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
2016-09-22 12:20:58 -04:00 |
Jon Dufresne
|
2c716c1dc7
|
Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boolean syntax.
|
2016-09-21 15:12:13 -07:00 |
Tim Graham
|
4bc6b93994
|
Fixed #27039 -- Fixed empty data fallback to model field default in model forms.
|
2016-08-24 17:50:10 -04:00 |
Jon Dufresne
|
fab46ce6f5
|
Fixed #27037 -- Prevented required attribute on ClearableFileInput when initial data exists.
|
2016-08-12 13:59:01 -04:00 |
Marcin Nowak
|
74bb013cc1
|
Fixed #26905 -- Allowed using MultiValueDict-like objects as form data.
|
2016-08-09 19:46:24 -04:00 |
Jon Dufresne
|
50e299dbfb
|
Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.
|
2016-08-04 19:16:54 -04:00 |