Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle. | Mariusz Felisiak | 2023-05-11 | 1 | -0/+10 |
| | |||||
* | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | 2023-03-01 | 1 | -179/+237 |
| | |||||
* | Refs #34140 -- Corrected rst code-block and various formatting issues in docs. | Joseph Victor Zammit | 2023-02-28 | 1 | -1/+3 |
| | |||||
* | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | 2023-02-10 | 1 | -72/+218 |
| | | | | | Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | ||||
* | Fixed #34325 -- Corrected wording in PercentRank() docs. | dennisvang | 2023-02-10 | 1 | -7/+7 |
| | | | | | This is consistent with the terminology used for the percent_rank() function in SQLite docs and PostgreSQL docs. | ||||
* | Refs #32365 -- Removed is_dst argument for various methods and functions. | Mariusz Felisiak | 2023-01-17 | 1 | -32/+12 |
| | | | | Per deprecation timeline. | ||||
* | Updated UTC uses to datetime.timezone.utc in docs. | Diane DeMers Chen | 2022-10-20 | 1 | -2/+2 |
| | |||||
* | Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL. | Lily Foote | 2022-10-03 | 1 | -0/+5 |
| | |||||
* | Removed versionadded/changed annotations for 4.0. | Carlton Gibson | 2022-05-17 | 1 | -4/+0 |
| | |||||
* | Refs #32365 -- Removed internal uses of utils.timezone.utc alias. | Carlton Gibson | 2022-03-24 | 1 | -10/+6 |
| | | | | | Remaining test case ensures that uses of the alias are mapped canonically by the migration writer. | ||||
* | Removed versionadded/changed annotations for 3.2. | Mariusz Felisiak | 2021-09-20 | 1 | -14/+0 |
| | |||||
* | Fixed #32365 -- Made zoneinfo the default timezone implementation. | Carlton Gibson | 2021-09-16 | 1 | -20/+37 |
| | | | | | Thanks to Adam Johnson, Aymeric Augustin, David Smith, Mariusz Felisiak, Nick Pope, and Paul Ganssle for reviews. | ||||
* | Fixed #10929 -- Added default argument to aggregates. | Nick Pope | 2021-07-19 | 1 | -5/+10 |
| | | | | Thanks to Simon Charette and Adam Johnson for the reviews. | ||||
* | Fixed #31487 -- Added precision argument to Round(). | Nick Pope | 2021-03-29 | 1 | -5/+10 |
| | |||||
* | Removed versionadded/changed annotations for 3.1. | Mariusz Felisiak | 2021-01-14 | 1 | -2/+0 |
| | |||||
* | Fixed #32179 -- Added JSONObject database function. | Artur Beltsov | 2020-12-02 | 1 | -0/+23 |
| | |||||
* | Fixed #32060 -- Added Random database function. | Nick Pope | 2020-10-02 | 1 | -0/+9 |
| | |||||
* | Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime(). | Joe Jackson | 2020-09-02 | 1 | -2/+10 |
| | |||||
* | Fixed #21181 -- Added Collate database function. | Tom Carrick | 2020-08-11 | 1 | -0/+19 |
| | | | | Thanks Simon Charette for reviews. | ||||
* | Removed versionadded/changed annotations for 3.0. | Mariusz Felisiak | 2020-05-13 | 1 | -10/+0 |
| | |||||
* | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | 2020-05-04 | 1 | -2/+2 |
| | | | | comments. | ||||
* | Fixed Sphinx warnings on duplicate object descriptions. | Mariusz Felisiak | 2020-04-07 | 1 | -0/+3 |
| | |||||
* | Fixed #30958 -- Used a clearer example in the Cast() docs. | Farhaan Bukhsh | 2019-11-11 | 1 | -4/+6 |
| | |||||
* | Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day ↵ | Anatol Ulrich | 2019-10-02 | 1 | -13/+30 |
| | | | | lookup. | ||||
* | Added missing import in ref/models/database-functions.txt. | Mariusz Felisiak | 2019-10-02 | 1 | -1/+1 |
| | |||||
* | Removed versionadded/changed annotations for 2.2. | Mariusz Felisiak | 2019-09-10 | 1 | -8/+0 |
| | |||||
* | Removed unnecessary /static from links to PostgreSQL docs. | Nick Pope | 2019-03-29 | 1 | -1/+1 |
| | |||||
* | Fixed #30271 -- Added the Sign database function. | Nick Pope | 2019-03-22 | 1 | -0/+25 |
| | |||||
* | Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database ↵ | Nick Pope | 2019-03-20 | 1 | -0/+35 |
| | | | | | functions. Thanks Mariusz Felisiak and Tim Graham for reviews. | ||||
* | Fixed #29754 -- Added is_dst parameter to Trunc database functions. | ahbk | 2019-03-07 | 1 | -12/+20 |
| | |||||
* | Refs #28643 -- Added MD5 database function. | Mariusz Felisiak | 2019-02-21 | 1 | -0/+20 |
| | | | Thanks Tim Graham, Nick Pope and Simon Charette for reviews. | ||||
* | Removed versionadded/changed annotations for 2.1. | Tim Graham | 2019-01-17 | 1 | -24/+0 |
| | |||||
* | Refs #28643 -- Added Reverse database function. | Nick Pope | 2019-01-12 | 1 | -0/+21 |
| | | | | Thanks Mariusz Felisiak for Oracle advice and review. | ||||
* | Refs #28643 -- Added NullIf database function. | Mads Jensen | 2019-01-10 | 1 | -0/+19 |
| | | | | Thanks Nick Pope, Mariusz Felisiak, and Tim Graham for reviews. | ||||
* | Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup. | Sigurd Ljødal | 2018-08-18 | 1 | -6/+19 |
| | |||||
* | Refs #29548 -- Fixed failing window tests on MariaDB 10.3. | Tom Forbes | 2018-07-30 | 1 | -0/+10 |
| | |||||
* | Refs #28643 -- Added math database functions. | Junyi Jiao | 2018-07-05 | 1 | -0/+457 |
| | | | Thanks Nick Pope for much review. | ||||
* | Removed versionadded/changed annotations for 2.0. | Tim Graham | 2018-05-17 | 1 | -12/+0 |
| | |||||
* | Alphabetized imports in various docs. | Mariusz Felisiak | 2018-05-12 | 1 | -1/+1 |
| | | | Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | ||||
* | Refs #28643 -- Added Repeat database function. | Mariusz Felisiak | 2018-04-03 | 1 | -0/+19 |
| | | | Thanks Tim Graham and Nick Pope for reviews. | ||||
* | Clarified docs about ISO 8601 week numbering. | Alasdair Nicol | 2018-03-21 | 1 | -3/+4 |
| | |||||
* | Refs #28643 -- Added LPad and RPad database functions. | Mariusz Felisiak | 2018-03-19 | 1 | -0/+31 |
| | | | Thanks Tim Graham for the review. | ||||
* | Refs #28643 -- Added LTrim, RTrim, and Trim database functions. | Mariusz Felisiak | 2018-03-15 | 1 | -0/+39 |
| | | | Thanks Tim Graham and Mads Jensen for reviews. | ||||
* | Refs #28643 -- Added Ord, Chr, Left, and Right database functions. | bobort | 2018-02-23 | 1 | -0/+79 |
| | |||||
* | Removed redundant lookup name in register_lookup() calls. | Tim Graham | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | Fixed #28650 -- Added TruncWeek database function. | Sigurd Ljødal | 2018-01-27 | 1 | -0/+10 |
| | |||||
* | Fixed heading level typo in docs/ref/models/database-functions.txt. | Tim Graham | 2018-01-23 | 1 | -1/+1 |
| | |||||
* | Refs #28643 -- Added Replace database function. | Mads Jensen | 2018-01-17 | 1 | -0/+22 |
| | |||||
* | Refs #28643 -- Reorganized database functions docs. | Mariusz Felisiak | 2017-10-13 | 1 | -223/+232 |
| | | | Thanks Tim Graham for the review. | ||||
* | Clarified StrIndex docs example. | Miguel | 2017-09-27 | 1 | -3/+2 |
| |