0
0
mirror of https://github.com/django/django.git synced 2024-11-30 23:20:50 +01:00
django/tests/i18n
Aymeric Augustin a556396339 Refs #23919 -- Replaced io.open() with open().
io.open() is an alias for open() on Python 3.
2017-01-18 21:45:12 -05:00
..
commands
contenttypes Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
exclude
other
other2
patterns Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
project_dir
resolution
sampleproject
__init__.py
forms.py
models.py
test_compilation.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
test_extraction.py Refs #23919 -- Replaced io.open() with open(). 2017-01-18 21:45:12 -05:00
test_management.py Refs #27546 -- Tested some __repr__() methods. 2016-12-01 08:09:38 -05:00
test_percents.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
tests.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
urls_default_unprefixed.py Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with prefix_default_language=False. 2016-11-29 13:06:35 -05:00
urls.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
utils.py