Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/expressions
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton2015-10-141-0/+12
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-1/+42
* Fixed #25377 -- Changed Count queries to execute COUNT(*)...Adam Chainz2015-09-141-0/+1
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-0/+2
* Added comment to test_query_clone indicating lack of asse...Michael Manfre2015-06-051-1/+2
* Fixed #24485 -- Allowed combined expressions to set outpu...Josh Smeaton2015-03-221-2/+6
* Refs #24485 -- Renamed some expression typesJosh Smeaton2015-03-171-1/+1
* Fixed #24486 -- Fixed error with datetime and DurationFie...Josh Smeaton2015-03-171-2/+11
* Fixed #24171 -- Fixed failure with complex aggregate quer...Anssi Kääriäinen2015-03-092-4/+14
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+11
* Fixed expressions test on Python 3.5; refs #23763.Tim Graham2015-02-011-1/+1
* Refs #14030 -- Added repr methods to all expressionsJosh Smeaton2015-01-281-1/+45
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-132-2/+31
* Fixed null handling in Value expressionJosh Smeaton2015-01-081-1/+14
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-202-45/+37
* Refs #18586 -- Refactored expressions tests.Shabda Raaj2014-12-121-20/+34
* Fixed #16731 -- Made pattern lookups work properly with F...Thomas Chaumeny2014-11-281-2/+65
* Removed references to the deprecated assertRaisesRegexp m...Simon Charette2014-11-161-1/+1
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-2/+21
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-1/+1
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-1/+1
* Fixed #23492 -- Restored F.__deepcopy__.Baptiste Mispelon2014-09-161-0/+9
* Consolidated expressions tests.Aymeric Augustin2014-04-212-2/+435
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-1/+20
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* PEP8 cleanupJason Myers2013-11-031-0/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin2013-09-301-5/+6
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+294