index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
fields
/
json.py
Age
Commit message (
Expand
)
Author
2026-06-10
Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.
zhengkangyang
2026-03-24
Refs #36494 -- Prevented crash in JSONField numeric lookups with expressions.
Vignesh Anand
2026-03-02
Refs #35381 -- Moved JSONNull to django.db.models.expressions.
Clifford Gama
2025-12-22
Fixed #36508 -- Interpreted __iexact=None on KeyTransforms as __exact=None.
Clifford Gama
2025-12-10
Refs #36689 -- Serialized JSONIn rhs parameters wrapped in Value expressions.
Clifford Gama
2025-12-10
Fixed #36689 -- Fixed top-level JSONField __in lookup failures on MySQL and O...
Clifford Gama
2025-11-12
Refs #35381 -- Made JSONNull deconstruct using convenient import path.
Clifford Gama
2025-10-29
Refs #35381 -- Deprecated using None in JSONExact rhs to mean JSON null.
Clifford Gama
2025-10-29
Fixed #35381 -- Added JSONNull() expression.
Clifford Gama
2025-10-29
Refs #35972 -- Returned params in a tuple in further lookups.
Jacob Walls
2025-09-22
Fixed #36612 -- Fixed a KeyTextTransform crash on MySQL against annotations.
Simon Charette
2025-05-14
Refs #36085 -- Moved compile_json_path to BaseDatabaseOperations.
hesham942
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-02-18
Fixed #35167 -- Delegated to super() in JSONField.get_db_prep_save().
Jacob Walls
2024-12-04
Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLookup usage...
Simon Charette
2024-12-03
Refs #35842 -- Fixed handling of quotes in JSONField key lookups on Oracle.
Sage Abdullah
2024-02-19
Refs #34060 -- Fixed JSONField __exact lookup for primitivies on Oracle 21c+.
Albert Defler
2024-02-15
Fixed #34060 -- Fixed migrations crash when adding check constraints with JSO...
Albert Defler
2024-01-10
Fixed #34769 -- Fixed key transforms on Oracle 21c+.
Mariusz Felisiak
2023-09-18
Refs #33308 -- Removed support for passing encoded JSON string literals to JS...
Mariusz Felisiak
2023-05-16
Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.
Julie Rymer
2022-12-01
Refs #33308 -- Deprecated support for passing encoded JSON string literals to...
Simon Charette
2022-11-15
Refs #33308 -- Used get_db_prep_value() to adapt JSONFields.
Simon Charette
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-09-16
Fixed #33966 -- Added support for using KeyTextTransform from lookup.
Allen Jonathan David
2022-08-18
Refs #26511 -- Fixed json.KeyTextTransform() on MySQL/MariaDB.
Mariusz Felisiak
2022-03-15
Fixed #33552 -- Fixed JSONField has key lookups with numeric keys on MariaDB,...
Sage Abdullah
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-23
Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...
Mariusz Felisiak
2021-02-05
Fixed #32411 -- Fixed __icontains lookup for JSONField on MySQL.
Hasan Ramezani
2020-12-11
Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and Oracle.
sage
2020-12-07
Removed lhs_only argument from KeyTransform.preprocess_lhs().
sage
2020-11-25
Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key transforms...
sage
2020-11-24
Simplified JSONField key transforms by using JSON_OBJECT() on Oracle.
Mariusz Felisiak
2020-11-10
Fixed #32182 -- Fixed crash of JSONField nested key transforms with subquery ...
Hannes Ljungberg
2020-10-15
Refs #32096 -- Made JSONField check respect Meta.required_db_vendor.
Mariusz Felisiak
2020-10-14
Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.
Mariusz Felisiak
2020-08-28
Fixed #31956 -- Fixed crash of ordering by JSONField with a custom decoder on...
Mariusz Felisiak
2020-08-26
Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.
Mariusz Felisiak
2020-07-28
Fixed #31829 -- Used JSONField __contains lookup on key transforms.
sage
2020-07-28
Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...
Mariusz Felisiak
2020-07-28
Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle.
Mariusz Felisiak
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage