mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25915 -- Allowed language not in Django's default LANGUAGES
This fixes a regression introduced by a5f6cbce07.
Thanks Gavin Wahl for the report and Tim Graham for the review.
This commit is contained in:
@@ -37,3 +37,6 @@ Bugfixes
|
||||
|
||||
* Fixed a state bug when using an ``AlterModelManagers`` operation
|
||||
(:ticket:`25852`).
|
||||
|
||||
* Fixed a regression which prevented using a language not in Django's default
|
||||
language list (:setting:`LANGUAGES`) (:ticket:`25915`).
|
||||
|
||||
Reference in New Issue
Block a user