1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #17210 -- Made NullBooleanSelect use unknown/true/false as query data.

This commit is contained in:
Basil Dubyk
2018-11-14 20:43:34 +02:00
committed by Tim Graham
parent ca2856fb62
commit 35a08b8541
4 changed files with 126 additions and 50 deletions

View File

@@ -380,6 +380,11 @@ Miscellaneous
* Support for ``cx_Oracle`` < 6.0 is removed.
* In an attempt to provide more semantic query data, ``NullBooleanSelect`` now
renders ``<option>`` values of ``unknown``, ``true``, and ``false`` instead
of ``1``, ``2``, and ``3``. For backwards compatibility, the old values are
still accepted as data.
.. _deprecated-features-2.2:
Features deprecated in 2.2