InvalidInterrupt
|
dda596ca32
|
Fixed #28066 -- Prevented SessionBase.cycle_key() from discarding data.
|
2017-04-17 09:58:19 -04:00 |
|
Tim Graham
|
c09bf8d767
|
Fixed #28058 -- Restored empty BoundFields evaluating to True.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01
|
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 7b6dccc82fa5b03cf431742c0655e5ac954e228e
|
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 1bc249c2a67c24fcd28436c85388eff1d826e305.
|
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 |
|