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
/
tests
/
db_functions
/
comparison
Age
Commit message (
Expand
)
Author
2024-12-18
Added DatabaseFeatures.rounds_to_even.
Tim Graham
2024-12-16
Refs #35718, Refs #32179 -- Moved JSONObject to django.db.models.functions.json.
Sage Abdullah
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-12-12
Fixed #34013 -- Added QuerySet.order_by() support for annotation transforms.
Simon Charette
2023-03-14
Refs #28329 -- Fixed Cast() with ForeignKey to integer fields on MySQL.
David Wobrock
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-08-24
Refs #27412 -- Confirmed support for executing Coalesce(subquery).
Simon Charette
2022-04-14
Relaxed some query ordering assertions in various tests.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-29
Fixed #33018 -- Fixed annotations with empty queryset.
David Wobrock
2021-06-22
Refs #32858, Refs #32392 -- Restored using :: shortcut syntax in Cast() on Po...
Mariusz Felisiak
2021-01-29
Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions.
Tilman Koschnick
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-02
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-09-18
Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.
Tom Carrick
2020-09-09
Fixed #31987 -- Fixed Cast() with DurationField on MySQL.
Petr Čermák
2020-08-11
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-01-10
Refs #28643 -- Added NullIf database function.
Mads Jensen
2018-10-15
Fixed #29845 -- Fixed Cast crash on MySQL when casting to DecimalField.
Mariusz Felisiak
2018-10-01
Fixed #29767 -- Made date-related casts work on SQLite
Claude Paroz
2018-08-16
Reorganized comparison db function tests.
Nick Pope