Tim Graham
3a3b246175
[2.0.x] Added release date for 2.0.5 and 1.11.13.
...
Backport of 6e6efc6c39
from master
2018-05-01 21:20:32 -04:00
Mariusz Felisiak
3619d32209
[2.0.x] Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_list() after combining an annotated and unannotated queryset with union(), difference(), or intersection().
...
Regression in a0c03c62a8
.
Thanks Tim Graham and Carlton Gibson for reviews.
Backport of 0b66c3b442
from master
2018-04-13 12:27:00 +02:00
Paul Donohue
1ed31efb87
[2.0.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.
...
Backport of 33a0b7ac81
from master
2018-04-12 13:11:53 -04:00
Jeremy Bowman
d5018abf1c
[2.0.x] Fixed #29193 -- Prevented unnecessary foreign key drops when altering a unique field.
...
Stopped dropping and recreating foreign key constraints on other fields
in the same table as the one which is actually being altered in an
AlterField operation.
Regression in c3e0adcad8
.
Backport of ee17bb8a67
from master
2018-04-11 23:17:37 -04:00
Tim Graham
e2b7ad4357
[2.0.x] Added stub release notes for 1.11.13.
...
Backport of b2678468ae
from master
2018-04-04 09:46:54 -04:00