From c0feb2fad97434ffb763f55ea03fe16d797661f0 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sat, 15 Nov 2008 05:56:01 +0000 Subject: [1.0.x] 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. Backport of r9454 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9455 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/forms/fields.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/ref/forms') 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:: -- cgit v1.3