Tim Graham 1c466994d9 Refs #23919 -- Removed misc Python 2/3 references. 8 years ago
..
commands 4731e9d82e Fixed #26341 (again) -- Addressed multiple occurrences per line use case 9 years ago
contenttypes 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 years ago
exclude 0707b824fe Fixed #22328 -- Added --exclude option to compilemessages and makemessages. 11 years ago
other 34d88944f4 Fixed #25812 -- Restored the ability to use custom formats with the date template filter. 9 years ago
other2 bb0a9a070b Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH 11 years ago
patterns 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 years ago
project_dir 50a8ab7cd1 Enabled makemessages to support several translation directories 11 years ago
resolution 6e895f9e06 Removed superfluous models.py files. 11 years ago
sampleproject b7508896fb Fixed #24257 -- Corrected i18n handling of percent signs. 9 years ago
__init__.py 51d2e1fb23 Fixed #21307 -- Moved TransRealMixin to django.test.utils. 11 years ago
forms.py 728b6fd9ca Fixed #24219 -- Moved SelectDateWidget together with the other widgets 10 years ago
models.py 7a61c68c50 PEP8 cleanup 11 years ago
test_compilation.py d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
test_extraction.py 1c466994d9 Refs #23919 -- Removed misc Python 2/3 references. 8 years ago
test_management.py 794b7d8033 Refs #27546 -- Tested some __repr__() methods. 8 years ago
test_percents.py d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
tests.py d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
urls.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
urls_default_unprefixed.py b8a815e9df Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with prefix_default_language=False. 8 years ago
utils.py d170c63351 Refs #23919 -- Removed misc references to Python 2. 8 years ago