Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/annotations
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24986 -- Added support for annotations in ↵Valentina Mukhamedzhanova2015-08-151-1/+36
| | | | DISTINCT queries.
* Refs #23843 -- Updated Oracle annotations workaround to ↵Tim Graham2015-08-141-15/+8
| | | | reflect latest status.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-3/+3
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24835 -- Fixed QuerySet.exists() after an ↵Paweł Marczewski2015-05-261-0/+4
| | | | | | | | annotation with Count() QuerySet.exists() incorrectly handled query.group_by = True case (grouping by all select fields), causing GROUP BY expressions to be wiped along with select fields.
* Fixed #24485 -- Allowed combined expressions to set ↵Josh Smeaton2015-03-222-2/+30
| | | | output_field
* Fixed #24508 -- Made annotations commutativeJosh Smeaton2015-03-221-0/+8
|
* Fixed #24420 -- Allowed ordering by case expressionsJosh Smeaton2015-03-061-0/+18
|
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-249/+89
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+4
|
* Fixed null handling in Value expressionJosh Smeaton2015-01-081-0/+7
|
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-2/+1
|
* Fixed #10414 -- Made select_related() fail on invalid ↵Niclas Olofsson2014-12-241-1/+1
| | | | field names.
* Marked some tests as expected failures on ↵Shai Berger2014-12-021-0/+21
| | | | | | Oracle/cx_Oracle<=5.1.3/Python3 Refs #23843 which is really a cx_Oracle bug
* Removed references to the deprecated assertRaisesRegexp ↵Simon Charette2014-11-161-2/+3
| | | | method.
* Fixed #14030 -- Allowed annotations to accept all ↵Josh Smeaton2014-11-154-0/+617
expressions