summaryrefslogtreecommitdiff
path: root/tests/expressions_case
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-76/+76
* Fixed #33895 -- Fixed Case() crash with filters that match everything in When().David Wobrock2022-08-091-0/+10
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-29/+29
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-519/+849
* Fixed #33257 -- Fixed Case() and ExpressionWrapper() with decimal values on S...Matthijs Kooijman2021-11-081-0/+9
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-142-14/+0
* Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.Tim Graham2020-10-221-9/+13
* Fixed #32126 -- Fixed grouping by Case() annotation without cases.Hannes Ljungberg2020-10-211-0/+25
* Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.Simon Charette2020-07-151-78/+17
* Stopped adapting DecimalField values to strings on PostgreSQL.Simon Charette2020-07-141-4/+4
* Fixed #31606 -- Allowed using condition with lookups in When() expression.Ryan Heard2020-05-271-1/+14
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-12/+0
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-86/+88
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-192-0/+14
* Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().Matthew Schinckel2019-08-291-1/+4
* Added tests for raising an error when passing non-boolean expression to When().Mariusz Felisiak2019-08-291-0/+2
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-202-1/+15
* Fixed #29166 -- Fixed crash in When() expression with a list argument.Mariusz Felisiak2018-02-281-0/+18
* Fixed #28731 -- Added an error message when using an empty Q() in a When expr...Tim Martin2017-12-261-0/+5
* Refs #24031 -- Added test for Case and When constructor arguments.Mads Jensen2017-10-201-1/+15
* Fixed #28584 -- Dropped support for SQLite < 3.7.15.Tim Graham2017-10-031-7/+1
* Fixed #27849 -- Added filtering support to aggregates.Tom2017-08-121-0/+9
* Refs #23919 -- Removed misc references to Python 2.Tim Graham2017-01-211-2/+0
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-4/+3
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-5/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham2017-01-172-15/+0
* Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().Jonatas CD2016-11-171-0/+14
* Fixed #26433 -- Fixed Case expressions with empty When.Johannes Dollinger2016-08-081-0/+10
* Sorted single letter imports per the latest version of isort.Tim Graham2016-03-281-1/+1
* Refs #26071 -- Added test for __in lookup in a Case expression.Alberto Avila2016-01-131-1/+12
* Fixed #25316 -- Fixed a crash with order_by() and values() after annotate().varunnaganathan2016-01-021-0/+12
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+16
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Fixed #24924 -- Join promotion for multiple Case expressionsMark Lavin2015-06-051-0/+42
* Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."Andriy Sokolovskiy2015-06-051-0/+12
* Fixed #24705 -- Fixed negated Q objects in expressions.Anssi Kääriäinen2015-05-201-0/+42
* Fixed #24766 -- Added join promotion for Case expressionsAnssi Kääriäinen2015-05-111-0/+32
* Fixed #24752 -- query crash when reusing Case expressionsAnssi Kääriäinen2015-05-051-0/+12
* Fixed #24420 -- Allowed ordering by case expressionsJosh Smeaton2015-03-061-0/+24
* Refs #14030 -- Improved expression support for python valuesJosh Smeaton2015-02-121-60/+60
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+4
* Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham2015-01-192-16/+0
* Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0Michał Modzelewski2015-01-151-1/+7
* Made an expressions_case test work without Pillow.Collin Anderson2015-01-152-1/+14
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-123-0/+1163