diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-10-31 17:27:21 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-11-08 16:58:17 +0100 |
| commit | bc21e9c0d9253f9d49a0063830a645d1c724c696 (patch) | |
| tree | 635dab661f3e4c85bff84fdc9e49b932553a1b03 /docs | |
| parent | b780d03d624e712d7b1f6b6796058b950e975675 (diff) | |
Fixed #13970 -- Made SelectDateWidget use the standard widget is_required attribute
Thanks mitar for the report and Tim Graham for the review.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 9501da7ca1..e32e60be35 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -613,6 +613,11 @@ Miscellaneous you relied on the default field ordering while having fields defined on both the current class *and* on a parent ``Form``. +* The ``required`` argument of + :class:`~django.forms.extras.widgets.SelectDateWidget` has been removed. + This widget now respects the form field's ``is_required`` attribute like + other widgets. + * :meth:`~django.db.models.query.QuerySet.select_related` now chains in the same way as other similar calls like ``prefetch_related``. That is, ``select_related('foo', 'bar')`` is equivalent to |
