Mariusz Felisiak
|
670261b8d6
|
Added release date for 3.1.4.
|
2020-12-01 06:24:16 +01:00 |
sage
|
fe6e582421
|
Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key transforms with non-string values on SQLite.
Thanks Gordon Wrigley for the report.
|
2020-11-25 14:51:35 +01:00 |
Mariusz Felisiak
|
f5e5aac59e
|
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field on SQLite.`
Regression in 6789ded0a6 .
Thanks Juan Garcia Alvite for the report.
|
2020-11-25 12:19:45 +01:00 |
Hasan Ramezani
|
fe9c7ded29
|
Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects.
Thanks Gordon Wrigley for the report.
Regression in df32fd42b8 .
|
2020-11-19 21:00:04 +01:00 |
Carlton Gibson
|
ead37dfb58
|
Fixed #32202 -- Fixed autoreloader argument generation for Windows with Python 3.7-.
|
2020-11-19 12:07:15 +01:00 |
Hannes Ljungberg
|
0773837e15
|
Fixed #32182 -- Fixed crash of JSONField nested key transforms with subquery annotations on PostgreSQL.
|
2020-11-10 07:09:58 +01:00 |
Carlton Gibson
|
ebb08d1942
|
Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.
|
2020-11-04 11:07:15 +01:00 |
Patrick Arminio
|
542b4b3ab4
|
Fixed #32162 -- Fixed setting Content-Length header in AsyncRequestFactory.
|
2020-11-03 10:12:40 +01:00 |
Carlton Gibson
|
c8785b473f
|
Added stub release notes for 3.1.4.
|
2020-11-02 09:20:53 +01:00 |