index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
i18n
/
test_percents.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-13
Removed some blank lines per isort.
Tim Graham
2016-06-11
Refs #26677 -- Simplified i18n test cleanups.
Ramiro Morales
2016-06-09
Fixed #26677 -- Converted some i18n tests to use disposable FS tree.
Ramiro Morales
2015-08-12
Fixed #24257 -- Corrected i18n handling of percent signs.
Doug Beck