1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Fixed #28209 -- Made date-based generic views return a 404 rather than crash when given an out of range date.

This commit is contained in:
Adit Biswas
2017-05-16 00:26:30 +05:30
committed by Tim Graham
parent c61d1361d0
commit c2eea61dff
3 changed files with 27 additions and 3 deletions

View File

@@ -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`).