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:58:14 +0100 |
| commit | 5a976b4bec79cdb6b75581be6478356fb13fda77 (patch) | |
| tree | 28a034dcc3a19ced90d0cafd9152cf7b212e8406 /docs | |
| parent | 958b511a80c01ac010561c8fefe4548203700fa3 (diff) | |
Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses
Thanks Jeroen Pulles for the report and Simon Charette for the review.
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>`_). |
