Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -2/+2 |
| | |||||
* | Fixed #31487 -- Added precision argument to Round(). | Nick Pope | 2021-03-29 | 1 | -1/+1 |
| | |||||
* | Removed unused __str__() methods in tests models. | Mariusz Felisiak | 2020-04-30 | 1 | -12/+0 |
| | | | Follow up to 6461583b6cc257d25880ef9a9fd7e2125ac53ce1. | ||||
* | Removed unnecessary numeric indexes in format strings. | Jon Dufresne | 2019-11-19 | 1 | -1/+1 |
| | |||||
* | Fixed #29648 -- Fixed crash when using subqueries inside datetime truncation ↵ | Raphael Michel | 2018-08-07 | 1 | -0/+1 |
| | | | | functions. | ||||
* | Refs #28643 -- Added math database functions. | Junyi Jiao | 2018-07-05 | 1 | -0/+11 |
| | | | Thanks Nick Pope for much review. | ||||
* | Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least ↵ | Sergey Fedoseev | 2017-03-29 | 1 | -0/+5 |
| | | | | and Greatest. | ||||
* | Refs #23919 -- Removed python_2_unicode_compatible decorator usage | Claude Paroz | 2017-01-18 | 1 | -5/+0 |
| | |||||
* | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -2/+0 |
| | |||||
* | Fixed #25774 -- Refactor datetime expressions into public API | Josh Smeaton | 2016-05-18 | 1 | -0/+15 |
| | |||||
* | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | 2015-07-27 | 1 | -1/+1 |
| | | | | ForeignKey/OneToOneField | ||||
* | Fixed #24767 -- Added Greatest and Least expressions | Ian Foote | 2015-06-05 | 1 | -0/+12 |
| | | | | Greatest and Least are row-level Function versions of Min and Max. | ||||
* | Fixed #23753 -- Added a suite of SQL Functions | Josh Smeaton | 2014-12-27 | 1 | -0/+31 |
Added functions and tests Added docs and more tests Added TextField converter to mysql backend Aliased Value as V in example docs and tests Removed unicode_compatible in example Fixed console emulation in examples |