diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-11-15 05:51:25 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-11-15 05:51:25 +0000 |
| commit | 644ad9073f1e488fa0cc8dd9fa6d59c6bd504da9 (patch) | |
| tree | 0f9eed3b18aa9cf08fde728fafeb0914c51d1f67 /docs/ref/forms | |
| parent | 06f89325e152f1d7084f6d200d6879ffa940fd44 (diff) | |
Fixed #9477 -- Removed and edited a bunch of references to "development
version". Some were replaced with versionadded or versionchanged directives.
Other, more minor ones, were removed altogether.
Based on a patch from James Bennett.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9454 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 0656c323ae..3e3ec0253e 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -316,8 +316,9 @@ For each field, we describe the default widget used if you don't specify * Error message keys: ``required`` .. versionchanged:: 1.0 - The empty value for a ``CheckboxInput`` (and hence the standard ``BooleanField``) - has changed to return ``False`` instead of ``None`` in the development version. + The empty value for a ``CheckboxInput`` (and hence the standard + ``BooleanField``) has changed to return ``False`` instead of ``None`` in + the Django 1.0. .. note:: |
