This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
7b8beeee3d
django1
/
django
/
utils
/
translation
History
Mariusz Felisiak
5bac1719a2
Refs
#32355
-- Used @functools.lru_cache as a straight decorator.
2021-09-27 09:10:58 +02:00
..
__init__.py
Fixed
#32581
-- Prevented to_locale() from corrupting locale names.
2021-03-22 07:08:58 +01:00
reloader.py
Fixed
#25791
-- Implement autoreload behaviour for cached template loader.
2020-11-05 15:30:52 +01:00
template.py
Refs
#32986
-- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.template.
2021-08-05 06:11:40 +02:00
trans_null.py
Consolidated duplicate to_locale() implementations.
2018-05-12 12:58:21 -04:00
trans_real.py
Refs
#32355
-- Used @functools.lru_cache as a straight decorator.
2021-09-27 09:10:58 +02:00