mirror of
https://github.com/django/django.git
synced 2025-10-28 16:16:12 +00:00
[1.5.x] Fixed case in form widgets docs
Backport of 9494f29d from master
This commit is contained in:
@@ -491,7 +491,7 @@ Selector and checkbox widgets
|
|||||||
|
|
||||||
.. attribute:: CheckboxInput.check_test
|
.. attribute:: CheckboxInput.check_test
|
||||||
|
|
||||||
A callable that takes the value of the CheckBoxInput and returns
|
A callable that takes the value of the ``CheckboxInput`` and returns
|
||||||
``True`` if the checkbox should be checked for that value.
|
``True`` if the checkbox should be checked for that value.
|
||||||
|
|
||||||
.. versionchanged:: 1.5
|
.. versionchanged:: 1.5
|
||||||
|
|||||||
Reference in New Issue
Block a user