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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user