Fixed #32179 -- Added JSONObject database function.

This commit is contained in:
Artur Beltsov 2020-11-08 12:52:34 +05:00 committed by Mariusz Felisiak
parent adb40d217e
commit 48b4bae983
8 changed files with 161 additions and 2 deletions

View file

@ -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
~~~~~~~~~~