Tim Graham
|
335aad5d91
|
Added release dates for 2.0 and 1.11.8.
|
2017-12-02 08:55:33 -05:00 |
Tim Graham
|
c3e0adcad8
|
Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constraint" crash on MySQL with a sequence of AlterField or RenameField operations.
Regression in 45ded053b1 .
|
2017-12-01 19:07:46 -05:00 |
Simon Charette
|
e50add6ca1
|
Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model.
Regression in b9f8635f58 .
|
2017-11-30 09:28:44 -05:00 |
Mads Jensen
|
f0a68c2511
|
Fixed #28702 -- Made query lookups for CIText fields use citext.
|
2017-11-29 10:35:37 -05:00 |
Raphael Michel
|
616f468760
|
Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery that uses nulls_first/nulls_last.
|
2017-11-27 11:35:44 -05:00 |
Dražen Odobašić
|
d97f026a7a
|
Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values() and values_list().
|
2017-11-21 10:33:56 -05:00 |
Simon Charette
|
ee85ef8315
|
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Refs #27458, #27843.
Thanks Tim and Mariusz for the review.
|
2017-11-14 21:36:25 -05:00 |
Mariusz Felisiak
|
2d3cc94284
|
Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection().
Thanks Tim Graham for the review.
|
2017-11-12 14:28:11 +01:00 |
shanghui
|
359370a8b8
|
Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error when using ModelBackend.
Regression in e0a3d93730 .
Thanks Guilherme Junqueira for the report and Tim Graham for the review.
|
2017-11-08 09:39:12 -05:00 |
Tim Graham
|
ef718a72b3
|
Added stub release notes for 1.11.8.
|
2017-11-01 21:33:51 -04:00 |