Tim Graham
|
c09bf8d767
|
Fixed #28058 -- Restored empty BoundFields evaluating to True.
Regression in b52c73008a
|
2017-04-17 08:32:29 -04:00 |
Tim Graham
|
8c6a3062dd
|
Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML debug page.
Regression in 7b6dccc82f
|
2017-04-15 09:21:35 -04:00 |
Tim Graham
|
fce7827101
|
Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneToOneField pk.
Regression in 1bc249c2a6 .
|
2017-04-10 09:51:51 -04:00 |
kalombo
|
dd00184892
|
Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachments arg.
|
2017-04-07 18:02:34 -04:00 |
Simon Charette
|
a354c69055
|
Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Reverted 658f1e8 which broke code using __icontains's implicit cast to ::text
on ArrayField.
Thanks Peter J. Farrell for the report.
|
2017-04-07 16:47:52 -04:00 |
Markus Holtermann
|
d3cf75ec6f
|
Fixed #28051 -- Made migrations respect Index's name argument.
Thanks Marc Tamlyn for the report and Tim Graham for the review.
|
2017-04-07 11:47:53 -04:00 |
Tim Graham
|
4202ed2437
|
Added stub release notes for 1.11.1.
|
2017-04-04 22:20:56 -04:00 |