mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #32179 -- Added JSONObject database function.
This commit is contained in:
parent
adb40d217e
commit
48b4bae983
8 changed files with 161 additions and 2 deletions
|
@ -367,6 +367,8 @@ Models
|
|||
block exits without errors. A nested atomic block marked as durable will
|
||||
raise a ``RuntimeError``.
|
||||
|
||||
* Added the :class:`~django.db.models.functions.JSONObject` database function.
|
||||
|
||||
Pagination
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue