Changes between Version 196 and Version 197 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Jul 30, 2008, 3:55:30 PM (16 years ago)
Author:
bryan
Comment:

Fixed minor grammatical error.

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v196 v197  
    630630In [7799], a bug was fixed that meant `required=True` is now enforced by the `newforms.BooleanField`. In this case, "required" means "must be checked" (i.e. must be True). This has been documented for quite a while, but was inadvertently not enforced by the validation code.
    631631
    632 Since `required=True` is the default behaviour for all form fields, if your code does not set `required=False` on a `BooleanField` and you do not require it to be checked in the HTML form, you will need to change you form definition.
     632Since `required=True` is the default behaviour for all form fields, if your code does not set `required=False` on a `BooleanField` and you do not require it to be checked in the HTML form, you will need to change your form definition.
    633633
    634634== Default User ordering removed ==
Back to Top