summaryrefslogtreecommitdiff
path: root/tests/db_functions/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29658 -- Registered model lookups in tests with a context manager.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-08-211-14/+7
* Reorganized datetime db function tests.Nick Pope2018-08-161-46/+2
* Reorganized comparison db function tests.Nick Pope2018-08-161-300/+4
* Reorganized text db function tests.Nick Pope2018-08-161-255/+1
* Removed redundant lookup name in register_lookup() calls.Tim Graham2018-02-191-10/+10
* Fixed imports per isort 4.3.0.Mariusz Felisiak2018-02-011-1/+0
* Fixed #29047 -- Corrected Substr test to use expressions.Daniel Hones2018-01-241-5/+6
* Removed DatabaseFeatures.supports_microsecond_precision.Tim Graham2017-09-251-8/+4
* Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and...Sergey Fedoseev2017-03-291-1/+20
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-2/+2
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-2/+2
* Refs #25629 -- Added `arity` class attribute to `Func` expressionsSergey Fedoseev2015-11-021-0/+3
* Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton2015-10-171-1/+15
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-211-0/+94
* Fixed tests for refs #24767 on databases that don't support microseconds.Tim Graham2015-06-081-4/+8
* Fixed #24767 -- Added Greatest and Least expressionsIan Foote2015-06-051-3/+196
* Fixed #24866 -- Added Now() database functionAdam Chainz2015-06-021-1/+40
* Refs #14030 -- Improved expression support for python valuesJosh Smeaton2015-02-121-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* Fixed #24183 -- Fixed wrong comparisons in SubstrJosh Smeaton2015-01-201-0/+12
* Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton2015-01-131-0/+69
* Fixed #23753 -- Oracle failure with CoalesceJosh Smeaton2014-12-291-0/+12
* Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton2014-12-271-0/+220