Tim Graham
|
1c8c0837c6
|
Sorted single letter imports per the latest version of isort.
|
2016-03-28 11:45:31 -04:00 |
Alberto Avila
|
cca151d196
|
Refs #26071 -- Added test for __in lookup in a Case expression.
Forwardport of 5b3c66d8b6 from stable/1.8.x
|
2016-01-13 08:56:36 -05:00 |
varunnaganathan
|
3eba9638ee
|
Fixed #25316 -- Fixed a crash with order_by() and values() after annotate().
|
2016-01-02 07:06:54 -05:00 |
Josh Soref
|
93452a70e8
|
Fixed many spelling mistakes in code, comments, and docs.
|
2015-12-03 12:48:24 -05:00 |
Dražen Odobašić
|
b1e33ceced
|
Fixed #23395 -- Limited line lengths to 119 characters.
|
2015-09-12 11:40:50 -04:00 |
Flavio Curella
|
c2e70f0265
|
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
2015-07-27 18:28:13 -04:00 |
Mark Lavin
|
541f4ea546
|
Fixed #24924 -- Join promotion for multiple Case expressions
|
2015-06-05 12:22:43 -04:00 |
Andriy Sokolovskiy
|
286d0e6ab1
|
Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."
Partial forwardport of 469f1e362b from stable/1.8.x
as the issue was already fixed in master.
|
2015-06-05 11:21:31 -04:00 |
Anssi Kääriäinen
|
bc87061a3c
|
Fixed #24705 -- Fixed negated Q objects in expressions.
Avoided split_exclude() for Q when used as an expression.
|
2015-05-20 09:41:04 -04:00 |
Anssi Kääriäinen
|
be9d645346
|
Fixed #24766 -- Added join promotion for Case expressions
|
2015-05-11 11:16:16 -04:00 |
Anssi Kääriäinen
|
7b05d2fdae
|
Fixed #24752 -- query crash when reusing Case expressions
Case expressions weren't copied deep enough (self.cases list was
reused resulting in an error).
|
2015-05-05 11:38:12 -04:00 |
Josh Smeaton
|
ceaf31adff
|
Fixed #24420 -- Allowed ordering by case expressions
|
2015-03-06 13:30:02 +11:00 |
Josh Smeaton
|
e2d6e14662
|
Refs #14030 -- Improved expression support for python values
|
2015-02-12 08:46:25 +11:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Tim Graham
|
33457cd3b0
|
Removed IPAddressField per deprecation timeline; refs #20439.
|
2015-01-19 11:12:57 -05:00 |
Michał Modzelewski
|
39b58ad95a
|
Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0
|
2015-01-15 19:42:05 -05:00 |
Collin Anderson
|
67dbc56ec8
|
Made an expressions_case test work without Pillow.
|
2015-01-15 14:02:58 -05:00 |
Michał Modzelewski
|
65246de7b1
|
Fixed #24031 -- Added CASE expressions to the ORM.
|
2015-01-12 18:15:34 -05:00 |