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 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +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 |
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 |
Claude Paroz
|
2ced2f785d
|
Replaced smart_* by force_* calls whenever possible
The smart_* version should only be used when a lazy string should keep
its lazy status.
|
2016-09-03 13:46:41 +02:00 |
Jon Dufresne
|
f5c6d3c8d9
|
Fixed #27068 -- Unified form field initial data retrieval.
|
2016-08-18 17:55:47 -07:00 |
Jon Dufresne
|
6b842c5998
|
Made BoundField.initial use cached_property.
Follow up to fab46ce6f5 .
|
2016-08-12 12:43:24 -07:00 |
Jon Dufresne
|
fab46ce6f5
|
Fixed #27037 -- Prevented required attribute on ClearableFileInput when initial data exists.
|
2016-08-12 13:59:01 -04:00 |
Alex Hill
|
74105b2636
|
Fixed #27002 -- Prevented double query when rendering ModelChoiceField.
|
2016-08-08 13:41:05 -04:00 |
Jon Dufresne
|
ac3aaaa740
|
Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.
|
2016-08-01 10:36:17 -04:00 |
Jon Dufresne
|
ec6121693f
|
Fixed #22383 -- Added support for HTML5 required attribute on required form fields.
|
2016-04-21 19:16:38 -04:00 |
Jon Dufresne
|
b412681359
|
Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets.
|
2016-02-24 07:02:51 -05:00 |
Moritz Sichert
|
8550161e53
|
Refs #25294 -- Moved BoundField to django.forms.boundfield.
|
2015-09-16 14:43:38 -04:00 |