This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
8d21fee7abd89d56e72e3d138bfeb286ddf2142c
django
/
django
/
utils
/
translation
History
Claude Paroz
034866204b
[1.6.x]
Fixed
#22565
-- Prevented pgettext_lazy crash with bytestring input
...
Thanks ygbo for the report. Backport of
142c27218
from master.
2014-05-02 19:38:46 +02:00
..
__init__.py
Fixes
#19763
- LocaleMiddleware should check for supported languages in settings.LANGUAGE_CODE
2013-02-24 14:43:45 +01:00
trans_null.py
Fixes
#17866
: Vary: Accept-Language header when language prefix used
2013-02-23 19:41:33 +01:00
trans_real.py
[1.6.x]
Fixed
#22565
-- Prevented pgettext_lazy crash with bytestring input
2014-05-02 19:38:46 +02:00