Adit Biswas
|
c2eea61dff
|
Fixed #28209 -- Made date-based generic views return a 404 rather than crash when given an out of range date.
|
2017-05-30 13:20:35 -04:00 |
Tim Graham
|
c32476e5ba
|
Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.
Follow up to a404f75f92 .
|
2017-05-30 09:39:59 -04:00 |
Tim Graham
|
f04495521a
|
Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST.
Thanks Simon Charette for the fix.
|
2017-05-30 06:40:41 -04:00 |
Tim Graham
|
e84034b37a
|
Refs #28204 - Forwardported 1.11.2 release note.
|
2017-05-29 10:14:45 -04:00 |
Alex
|
37ab3c3f9d
|
Fixed #28222 -- Allowed settable properties in QuerySet.update_or_create()/get_or_create() defaults.
|
2017-05-27 12:41:38 -04:00 |
Tim Graham
|
5dc6f77423
|
Refs #28230 -- Forwardported 1.11.2 release note.
|
2017-05-22 22:00:02 -04:00 |
Tim Graham
|
59ab1b2683
|
Fixed #28210 -- Fixed Model._state.adding on MTI parent model after saving child model.
Regression in 38575b007a .
|
2017-05-19 13:22:17 -04:00 |
Tim Schneider
|
3a5299c19c
|
Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
|
2017-05-15 08:33:31 -04:00 |
Tamas Szabo
|
3008f30f19
|
Fixed #28207 -- Fixed contrib.auth.authenticate() if multiple auth backends don't accept a request.
|
2017-05-15 07:48:15 -04:00 |
Tim Graham
|
a9874d48b1
|
Fixed #28188 -- Fixed crash when pickling model fields.
Regression in d2a26c1a90 .
Thanks Adam Alton for the report and test, and Adam Johnson for
suggesting the fix.
|
2017-05-11 21:04:52 -04:00 |
UmanShahzad
|
856072dd4a
|
Fixed #28142 -- Fixed is_safe_url() crash on invalid IPv6 URLs.
|
2017-05-10 09:02:20 -04:00 |
Tim Graham
|
c2975910a5
|
Fixed #28178 -- Changed contrib.gis to raise ImproperlyConfigured if gdal isn't installed.
|
2017-05-08 11:07:00 -04:00 |
Tim Graham
|
a404f75f92
|
Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.
Follow up to:
ffdf507ec0 (adding GDAL 2.0 support)
ebaa2fef27 (confirming GDAL 2.1 support)
8c7778884b (removing GDAL 1.8, 1.7 support)
|
2017-05-08 10:59:16 -04:00 |
Tim Graham
|
b57dc9268b
|
Added stub release notes for 1.11.2.
|
2017-05-06 09:42:25 -04:00 |