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:20:35 -0400 |
| commit | c2eea61dff44b16caab04928d582b856c2b8b615 (patch) | |
| tree | 087948b919470ac88e81d2b5e8c63af10a925f05 /docs | |
| parent | c61d1361d027a729d07d277879950ff133c19f4c (diff) | |
Fixed #28209 -- Made date-based generic views return a 404 rather than crash when given an out of range date.
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`). |
