mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with prefix_default_language=False.
This commit is contained in:
parent
ade52ef71f
commit
b8a815e9df
4 changed files with 22 additions and 1 deletions
|
@ -23,3 +23,6 @@ Bugfixes
|
|||
* Fixed a ``QuerySet.update()`` crash on SQLite when updating a
|
||||
``DateTimeField`` with an ``F()`` expression and a ``timedelta``
|
||||
(:ticket:`27544`).
|
||||
|
||||
* Prevented ``LocaleMiddleware`` from redirecting on URLs that should return
|
||||
404 when using ``prefix_default_language=False`` (:ticket:`27402`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue