mirror of
https://github.com/django/django.git
synced 2026-02-09 02:49:25 +08:00
Refs #35381 -- Added missing deprecation note for using None as RHS of JSONExact.
This commit is contained in:
committed by
Jacob Walls
parent
0a983330cd
commit
1d15c732bb
@@ -59,6 +59,11 @@ details on these changes.
|
||||
* Calling :meth:`.QuerySet.values_list` with ``flat=True`` and no field name
|
||||
will raise ``TypeError``.
|
||||
|
||||
* The use of ``None`` when querying a :class:`~django.db.models.JSONField`
|
||||
top-level value will compile to SQL ``IS NULL``. Use
|
||||
:class:`~django.db.models.JSONNull` to query for a JSON ``null`` value
|
||||
instead.
|
||||
|
||||
.. _deprecation-removed-in-6.1:
|
||||
|
||||
6.1
|
||||
|
||||
Reference in New Issue
Block a user