diff options
| author | Adit Biswas <adit.biswas@grofers.com> | 2017-05-16 00:26:30 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-30 13:32:20 -0400 |
| commit | 4e675999d530692f96745f5a54ba0376acd39e22 (patch) | |
| tree | 62978afe9514ff2f96cc5bead11a2295d189dcd6 /docs | |
| parent | 4112bce442c96747f588b9f99f63e45634950972 (diff) | |
[1.11.x] Fixed #28209 -- Made date-based generic views return a 404 rather than crash when given an out of range date.
Backport of c2eea61dff44b16caab04928d582b856c2b8b615 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.2.txt b/docs/releases/1.11.2.txt index 99e82f75a0..ab7d04959f 100644 --- a/docs/releases/1.11.2.txt +++ b/docs/releases/1.11.2.txt @@ -44,3 +44,6 @@ Bugfixes invalid SQL (:ticket:`28199`). * Corrected detection of GDAL 2.1 on Windows (:ticket:`28181`). + +* Made date-based generic views return a 404 rather than crash when given an + out of range date (:ticket:`28209`). |
