diff options
| author | Sage Abdullah <me@laymonage.com> | 2024-12-15 16:01:45 +0000 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-16 12:06:01 +0100 |
| commit | d7d711c68cc070d9b6962f43f97ece097162adcc (patch) | |
| tree | c62e55926c88fc999cba8666d7595e054a1a4313 /tests/db_functions | |
| parent | d36ad43f612295e2740fa26b7307d4041044ae3e (diff) | |
Refs #35718, Refs #32179 -- Moved JSONObject to django.db.models.functions.json.
Diffstat (limited to 'tests/db_functions')
| -rw-r--r-- | tests/db_functions/json/__init__.py | 0 | ||||
| -rw-r--r-- | tests/db_functions/json/test_json_object.py (renamed from tests/db_functions/comparison/test_json_object.py) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/db_functions/json/__init__.py b/tests/db_functions/json/__init__.py new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/db_functions/json/__init__.py diff --git a/tests/db_functions/comparison/test_json_object.py b/tests/db_functions/json/test_json_object.py index 9a3d48288c..9a3d48288c 100644 --- a/tests/db_functions/comparison/test_json_object.py +++ b/tests/db_functions/json/test_json_object.py |
