mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +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:
parent
c61d1361d0
commit
c2eea61dff
3 changed files with 27 additions and 3 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue