index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
expressions_case
Age
Commit message (
Expand
)
Author
2026-04-03
Fixed #37016 -- Avoided propagating invalid arguments from When() to Q().
varunkasyap
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-08-09
Fixed #33895 -- Fixed Case() crash with filters that match everything in When().
David Wobrock
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-08
Fixed #33257 -- Fixed Case() and ExpressionWrapper() with decimal values on S...
Matthijs Kooijman
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-10-22
Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.
Tim Graham
2020-10-21
Fixed #32126 -- Fixed grouping by Case() annotation without cases.
Hannes Ljungberg
2020-07-15
Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.
Simon Charette
2020-07-14
Stopped adapting DecimalField values to strings on PostgreSQL.
Simon Charette
2020-05-27
Fixed #31606 -- Allowed using condition with lookups in When() expression.
Ryan Heard
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-08-29
Added tests for raising an error when passing non-boolean expression to When().
Mariusz Felisiak
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-02-28
Fixed #29166 -- Fixed crash in When() expression with a list argument.
Mariusz Felisiak
2017-12-26
Fixed #28731 -- Added an error message when using an empty Q() in a When expr...
Tim Martin
2017-10-20
Refs #24031 -- Added test for Case and When constructor arguments.
Mads Jensen
2017-10-03
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
Tim Graham
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2016-11-17
Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().
Jonatas CD
2016-08-08
Fixed #26433 -- Fixed Case expressions with empty When.
Johannes Dollinger
2016-03-28
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-01-13
Refs #26071 -- Added test for __in lookup in a Case expression.
Alberto Avila
2016-01-02
Fixed #25316 -- Fixed a crash with order_by() and values() after annotate().
varunnaganathan
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-05
Fixed #24924 -- Join promotion for multiple Case expressions
Mark Lavin
2015-06-05
Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."
Andriy Sokolovskiy
2015-05-20
Fixed #24705 -- Fixed negated Q objects in expressions.
Anssi Kääriäinen
2015-05-11
Fixed #24766 -- Added join promotion for Case expressions
Anssi Kääriäinen
2015-05-05
Fixed #24752 -- query crash when reusing Case expressions
Anssi Kääriäinen
2015-03-06
Fixed #24420 -- Allowed ordering by case expressions
Josh Smeaton
2015-02-12
Refs #14030 -- Improved expression support for python values
Josh Smeaton
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-15
Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0
Michał Modzelewski
2015-01-15
Made an expressions_case test work without Pillow.
Collin Anderson
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski