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-02-08 16:35:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
i18n
History
Tim Graham
1e0cbc72e5
Moved to_language() to django.utils.translation.
...
Follow up to 1b7d524cfa7b7834af26c99407af66be6813938d.
2018-05-12 15:03:38 -04:00
..
commands
…
contenttypes
…
exclude
…
other
…
other2
…
patterns
Changed "language-code" to the more commonly used "language code".
2018-02-21 09:31:05 -05:00
project_dir
…
resolution
…
sampleproject
…
territorial_fallback
Fixed
#29144
-- Made untranslated strings for territorial language variants use translations from the generic language variant.
2018-03-03 12:08:24 -05:00
__init__.py
Fixed
#21307
-- Moved TransRealMixin to django.test.utils.
2013-10-22 22:19:56 -03:00
forms.py
…
models.py
…
test_compilation.py
…
test_extraction.py
Fixed hanging indentation in various code.
2018-03-16 10:54:34 +01:00
test_management.py
…
test_percents.py
…
tests.py
Moved to_language() to django.utils.translation.
2018-05-12 15:03:38 -04:00
urls_default_unprefixed.py
…
urls.py
Converted usage of ugettext* functions to their gettext* aliases
2017-02-07 09:04:04 +01:00
utils.py
…