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
/
functions
Age
Commit message (
Expand
)
Author
2026-03-16
Fixed #36906 -- Handled coalescing JSON-primitive strings and JSON values on ...
Kanin Kearpimy
2026-02-28
Added DatabaseOperations.convert_trunc_expression() hook.
Tim Graham
2025-12-12
Refs #36735 -- Supported shift parameter for UUID7 on PostgreSQL.
Lily Acorn
2025-12-12
Fixed #36735 -- Added UUID4 and UUID7 database functions.
Lily Acorn
2025-08-04
Fixed #35972 -- Fixed lookup crashes after subquery annotations.
Jacob Walls
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-05-27
Removed unreachable check for None in TruncBase.convert_value().
Tim Graham
2025-01-06
Fixed #35718 -- Add JSONArray to django.db.models.functions.
John Parton
2024-12-16
Refs #35718, Refs #32179 -- Moved JSONObject to django.db.models.functions.json.
Sage Abdullah
2024-11-06
Fixed #35778 -- Used JSON_OBJECT database function on PostgreSQL 16+ with ser...
John Parton
2024-11-06
Removed definition of JSONObject ArgJoiner class in as_native function.
Sarah Boyce
2024-09-26
Fixed #35734 -- Used JSONB_BUILD_OBJECT database function on PostgreSQL when ...
John Parton
2024-09-11
Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operat...
Gastón Avila
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-01
Updated DatabaseFeatures.bare_select_suffix on Oracle 23c.
Nick Pope
2024-01-01
Supported native aggregation over INTERVALs on Oracle 23c.
Nick Pope
2023-12-31
Used JSON_OBJECT database function on PostgreSQL 16+.
Nick Pope
2023-11-14
Fixed #34955 -- Made Concat() use || operator on PostgreSQL.
Simon Charette
2023-08-02
Removed unneeded escapes in regexes.
Mariusz Felisiak
2023-07-30
Fixed warnings per flake8 6.1.0.
Mariusz Felisiak
2023-05-31
Fixed #34606 -- Fixed Right() function with zero length on Oracle and SQLite.
Kacper Wolkiewicz
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-11
Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle.
Mariusz Felisiak
2023-05-10
Fixed #34554 -- Fixed Reverse(Value(…)) crash on Oracle.
Mariusz Felisiak
2023-04-11
Fixed #34480 -- Fixed crash of annotations with Chr().
Jacob Walls
2023-01-17
Refs #32365 -- Removed is_dst argument for various methods and functions.
Mariusz Felisiak
2023-01-09
Refs #30240 -- Fixed argument name for MySQLSHA2Mixin.as_mysql() and PostgreS...
Marti Raudsepp
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-10-24
Refs #34070 -- Fixed date format in Now() on SQLite.
Mariusz Felisiak
2022-10-06
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
Simon Charette
2022-10-03
Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.
Lily Foote
2022-07-06
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-07-04
Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) against SQ...
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-29
Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_...
David Wobrock
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-07-15
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....
Daniyal
2021-07-02
Refs #26430 -- Re-introduced empty aggregation optimization.
Simon Charette
2021-06-22
Refs #32858, Refs #32392 -- Restored using :: shortcut syntax in Cast() on Po...
Mariusz Felisiak
2021-05-17
Fixed #32750 -- Fixed crash of Extract() transform on OuterRef() expressions.
Artur Beltsov
2021-03-29
Fixed #31487 -- Added precision argument to Round().
Nick Pope
2021-03-24
Removed trailing whitespaces in error messages.
Mariusz Felisiak
2021-01-29
Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions.
Tilman Koschnick
2020-12-02
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-10-21
Fixed #26390 -- Disabled grouping by Random().
Étienne Beaulé
2020-10-14
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-10-14
Refs #31640 -- Made Extract raise ValueError when using tzinfo with Date/Time...
David-Wobrock
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-09-02
Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime().
Joe Jackson
[next]