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
Age
Commit message (
Expand
)
Author
2015-11-28
[1.9.x] Fixed #25812 -- Restored the ability to use custom formats with the d...
Gagaro
2015-11-24
[1.9.x] Fixed a settings leak possibility in the date template filter.
Florian Apolloner
2015-11-11
[1.9.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input...
Marti Raudsepp
2015-11-03
[1.9.x] Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-10-22
[1.9.x] Fixed "URLconf" spelling in code comments.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-09
Serialized some tests that interact with the filesystem.
Aymeric Augustin
2015-09-04
Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use t...
Alexandre Pocquet
2015-08-28
Fixed #17375 -- Changed makemessages to use xgettext with --files-from
Sergey Kolosov
2015-08-25
Fixed #25295 -- Restored 'no active translation' after language override
Claude Paroz
2015-08-12
Fixed #24257 -- Corrected i18n handling of percent signs.
Doug Beck
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Fixed flake8 warnings on Python 3.
Tim Graham
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-06-04
Fixed #24159 -- Made compilemessages run across all apps.
Matthew Somerville
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-06
Moved engine-related exceptions to django.template.exceptions.
Preston Timmons
2015-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-04-24
Fixed #24063 -- Allowed locale variants supported by gettext.
Michal Čihař
2015-04-04
Fixed #24569 -- Made some translation functions accept None value
Claude Paroz
2015-03-26
Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set.
Bas Peschier
2015-03-21
Fixed #24515 -- Fixed DjangoTranslation plural handling
Claude Paroz
2015-03-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-03-18
Fixed #24476 -- Added context manager/decorator for overriding script prefix.
Bas Peschier
2015-03-13
Fixed #24122 -- Redirected to translated url after setting language
Claude Paroz
2015-03-02
Fixed #24372 - Replaced TokenParser usage with traditional parsing.
Preston Timmons
2015-02-28
Fixed #24413 -- Prevented translation fallback for English
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-27
Fixed #24219 -- Moved SelectDateWidget together with the other widgets
Loic Bistuer
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-17
Removed deprecated Chinese language codes; refs #18149.
Tim Graham
2015-01-16
Fixed #24099 -- Removed contenttype.name deprecated field
Claude Paroz
2015-01-08
Fixed #24073 -- Returned None for get_language when translations are deactivated
Claude Paroz
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-29
Fixed #23271 -- Don't corrupt PO files on Windows when updating them.
Ramiro Morales
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-18
Fixed #23788 (2) -- Improved gettext version checker
Claude Paroz
2014-11-29
Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...
wrwrwr
2014-11-29
Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py
Tim Graham
2014-11-18
Fixed #18714 -- Added 'fuzzy' compilemessages option
Anton Baklanov
2014-11-17
Removed superfluous newline.
Aymeric Augustin
2014-11-17
Fixed #23840 -- Fixed makemessages find_files method
Ilja Maas
2014-11-11
Fixed #23788 -- Used new JavaScript support in recent gettext
Claude Paroz
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-27
Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=None
Claude Paroz
2014-10-22
Made testing of stdout and stderr more consistent.
Loic Bistuer
2014-10-21
Fixed #23583 -- More selectively ignored static/media roots
Claude Paroz
2014-09-21
Fixed an i18n test with native string
Claude Paroz
2014-09-21
Fixed #23196 -- Short-circuited empty string translation
Yuri Kriachko
[next]