index
:
django.git
fix-31295
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
/
models.py
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-29
Fixed #31487 -- Added precision argument to Round().
Nick Pope
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2019-11-19
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2018-08-07
Fixed #29648 -- Fixed crash when using subqueries inside datetime truncation ...
Raphael Michel
2018-07-05
Refs #28643 -- Added math database functions.
Junyi Jiao
2017-03-29
Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and...
Sergey Fedoseev
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-05-18
Fixed #25774 -- Refactor datetime expressions into public API
Josh Smeaton
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-05
Fixed #24767 -- Added Greatest and Least expressions
Ian Foote
2014-12-27
Fixed #23753 -- Added a suite of SQL Functions
Josh Smeaton