Claude Paroz
|
e3e48b0012
Fixed #30439 -- Added support for different plural forms for a language.
|
5 年之前 |
Min ho Kim
|
fbb83fefd4
Fixed typos in comments and docs.
|
5 年之前 |
Andrew Godwin
|
a415ce70be
Fixed #30451 -- Added ASGI handler and coroutine-safety.
|
6 年之前 |
Jon Dufresne
|
9e38ed0536
Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizeformat filters.
|
5 年之前 |
Daniel Hahler
|
08a4ee0651
Fixed typos in test names.
|
6 年之前 |
Jon Dufresne
|
6eb4996672
Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy().
|
6 年之前 |
Tim Graham
|
77d25dbd0f
Refs #27753 -- Favored SafeString over SafeText.
|
6 年之前 |
Jon Dufresne
|
7785e03ba8
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
|
6 年之前 |
Tom Forbes
|
c8720e7696
Fixed #27685 -- Added watchman support to the autoreloader.
|
6 年之前 |
Patrick Arminio
|
ae180fa4b7
Fixed #29986 -- Added .format() support to ngettext_lazy strings.
|
6 年之前 |
Simon Charette
|
0f212db29d
Made reused RequestFactory instances class attributes.
|
6 年之前 |
David
|
5db8d617c0
Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.
|
6 年之前 |
Tim Graham
|
013d439ff0
Refs #29600 -- Added test for datetime_safe usage in localize_input().
|
6 年之前 |
Claude Paroz
|
0adfba968e
Fixed #29578 -- Made numberformat.format() honor forced l10n usage.
|
6 年之前 |
Tim Graham
|
1e0cbc72e5
Moved to_language() to django.utils.translation.
|
6 年之前 |
Tim Graham
|
1b7d524cfa
Consolidated duplicate to_locale() implementations.
|
6 年之前 |
Hasan Ramezani
|
305dee7bf9
Increased django.utils.translation.trans_null test coverage.
|
6 年之前 |
Hasan Ramezani
|
ac59ec8f1a
Aliased trans_null.to_locale() to trans_real.to_locale().
|
6 年之前 |
Hasan Ramezani
|
7ba040de77
Added tests for trans_null.ngettext().
|
6 年之前 |
Patryk Zawadzki
|
a20aae414e
Fixed #29144 -- Made untranslated strings for territorial language variants use translations from the generic language variant.
|
7 年之前 |
Sebastian Sangervasi
|
7905815510
Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().
|
7 年之前 |
Sebastian Sangervasi
|
f7b46f0b58
Removed unneeeded inner import in i18n tests.
|
7 年之前 |
Chillar Anand
|
e8e0cfa9e5
Fixed #28755 -- Made check_for_language() include apps' locale directories.
|
7 年之前 |
Manatsawin Hanmongkolchai
|
1a1264f149
Fixed #29109 -- Fixed the admin time picker widget for the Thai locale.
|
7 年之前 |
Vlastimil Zíma
|
fbc3c29e7c
Fixed #29036 -- Fixed HTML5 required validation on SelectDateWidget if the attribute is added by JavaScript.
|
7 年之前 |
Jon Dufresne
|
ff05de760c
Fixed #29038 -- Removed closing slash from HTML void tags.
|
7 年之前 |
Mariusz Felisiak
|
83a36ac49a
Removed unnecessary trailing commas and spaces in various code.
|
7 年之前 |
Claude Paroz
|
1b7780ea08
Fixed #28544 -- Made unlocalize template filter behave like {% localize off %} tag
|
7 年之前 |
Claude Paroz
|
c1fa6672dd
Refs #28710 -- Simplified l10n format test
|
7 年之前 |
Claude Paroz
|
8c538871bd
Fixed #28710 -- Fixed the Basque DATE_FORMAT string
|
7 年之前 |