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
/
tests.py
Age
Commit message (
Expand
)
Author
2013-10-22
[1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils.
Ramiro Morales
2013-10-01
[1.6.x] Fixed tests breakage from last commit.
Ramiro Morales
2013-09-03
[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-02
[1.6.x] Fixed #18777 -- Localized form fields with as_text/as_hidden
Aleksandra Sendecka
2013-05-25
Fixed #14825 -- LocaleMiddleware keeps language
Vlastimil Zíma
2013-05-22
Removed check for 0.15 version of gettext tools
Claude Paroz
2013-05-19
Fixed #11915: generic Accept-Language matches country-specific variants
Łukasz Langa
2013-05-19
Added TransRealMixin to fix i18n global state pollution in the test suite
Łukasz Langa
2013-05-18
Fixed #14894 -- Ensure that activating a translation doesn't run into threadi...
Florian Apolloner
2013-05-18
Fixes #19919: get_language_from_request() disregards "en-us" and "en" languages
Łukasz Langa
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-03-01
Fixed #16612 -- Improved has_changed detection for localized field values
Claude Paroz
2013-02-28
Fixed #5241 -- Kept active transalation in LocaleMiddleware.process_response.
Aymeric Augustin
2013-02-26
Don't use os.system() in compilemessages.
Ramiro Morales
2013-02-26
Fixed i18n test to match changed translation
Claude Paroz
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner