diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-03-13 16:55:38 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-03-13 16:59:23 +0100 |
| commit | 1a2939bc26b7077e3196cea9bce52826ec7a6d9d (patch) | |
| tree | 830b645242eaebdfb6cabe058b4b9bd7ce6ab510 /docs | |
| parent | 141bb90b4c66cca1c4bfafe2a0e5c5777c55c61c (diff) | |
[1.6.x] Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses
Thanks Jeroen Pulles for the report and Simon Charette for the review.
Backport of 5a976b4bec7 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.3.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt index a8b63dc72a..004e70f663 100644 --- a/docs/releases/1.6.3.txt +++ b/docs/releases/1.6.3.txt @@ -18,3 +18,8 @@ several bugs in 1.6.2: * Fixed crash of ``QuerySet``\s that use ``F() + timedelta()`` when their query was compiled more once (`#21643 <http://code.djangoproject.com/ticket/21643>`_). + +* Prevented custom ``widget`` class attribute of + :class:`~django.forms.IntegerField` subclasses from being overwritten by the + code in their ``__init__`` method + (`#22245 <http://code.djangoproject.com/ticket/22245>`_). |
