17e75d03f9
JavaScript serializations of forms will sometimes render the boolean values as the strings 'true' and 'false', in lower case. Rather than repeat boilerplate in the JavaScript to circumvent this, it seems reasonable to allow Django to understand the lower-case versions of the booleans. |
||
---|---|---|
.. | ||
templates/forms_tests | ||
tests | ||
__init__.py | ||
models.py | ||
urls.py | ||
views.py |