summaryrefslogtreecommitdiff
path: root/tests/expressions/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-10/+10
* Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalF...Mariusz Felisiak2021-06-011-1/+2
* Refs #25287 -- Added support for multiplying and dividing DurationField by sc...Tobias Bengfort2021-04-201-0/+1
* Changed `'%s' % value` pattern to `str(value)`.Nick Pope2020-05-041-1/+1
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-3/+0
* Fixed #31420 -- Fixed crash when filtering subquery annotation against a Simp...Hasan Ramezani2020-04-061-0/+5
* Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().Matthew Schinckel2019-08-291-0/+1
* Fixed #30044 -- Raised a FieldError on inherited field update attempts.Simon Charette2019-01-161-0/+4
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-2/+4
* Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.Mariusz Felisiak2017-10-251-0/+1
* Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST.Tim Graham2017-05-301-0/+6
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-8/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz2016-09-091-2/+2
* Fixed #22288 -- Fixed F() expressions with the __range lookup.Matthew Wilkes2016-08-191-0/+19
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-0/+2
* Fixed #24171 -- Fixed failure with complex aggregate query and expressionsAnssi Kääriäinen2015-03-091-0/+1
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-121-0/+16
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+1
* Consolidated expressions tests.Aymeric Augustin2014-04-211-0/+24
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+32