django/tests/template_tests/syntax_tests/i18n
Andrew Godwin a415ce70be Fixed #30451 -- Added ASGI handler and coroutine-safety.
This adds an ASGI handler, asgi.py file for the default project layout,
a few async utilities and adds async-safety to many parts of Django.
2019-06-20 12:29:43 +02:00
..
__init__.py
base.py Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00
test_blocktrans.py Fixed #30451 -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
test_filters.py
test_get_available_languages.py Increased test coverage for i18n template tags. 2018-03-21 08:38:07 -04:00
test_get_current_language.py Increased test coverage for i18n template tags. 2018-03-21 08:38:07 -04:00
test_get_current_language_bidi.py Increased test coverage for i18n template tags. 2018-03-21 08:38:07 -04:00
test_get_language_info.py Increased test coverage for i18n template tags. 2018-03-21 08:38:07 -04:00
test_get_language_info_list.py Increased test coverage for i18n template tags. 2018-03-21 08:38:07 -04:00
test_language.py Increased test coverage for i18n template tags. 2018-03-21 08:38:07 -04:00
test_trans.py Fixed #30451 -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
test_underscore_syntax.py Reverted "Fixed relative paths imports per isort 4.3.5." 2019-03-03 19:33:48 +01:00