Commit History

Author SHA1 Message Date
  Ad Timmering bdf3e156b4 Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate. 3 years ago
  Mariusz Felisiak 628b6a6869 Updated translations from Transifex. 3 years ago
  Maxim Piskunov d3f4c2b95d Fixed #33078 -- Added support for language regions in i18n_patterns(). 3 years ago
  Mariusz Felisiak 4f7bbc6138 Refs #33078 -- Added extra assertions to MiscTests.test_get_language_from_path_real(). 3 years ago
  Claude Paroz 676bd084f2 Fixed #32873 -- Deprecated settings.USE_L10N. 3 years ago
  Mariusz Felisiak 4a43335d30 Fixed #30086, Refs #32873 -- Made floatformat template filter independent of USE_L10N. 3 years ago
  Keryn Knight 59942a66ce Fixed #32941 -- Removed get_format_modules()'s unused reverse argument. 3 years ago
  Nick Pope 46346f8ea0 Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe. 3 years ago
  Maxim Beder 06fd4df41a Fixed #32479 -- Added fallbacks to subsequent language codes in translations. 3 years ago
  Mariusz Felisiak ac2e6e6869 Fixed isolation of i18n.tests.FormattingTests.test_get_custom_format(). 3 years ago
  Claude Paroz 90b95d2959 Updated translations from Transifex. 4 years ago
  Claude Paroz d11b9ffcc0 Fixed #32581 -- Prevented to_locale() from corrupting locale names. 4 years ago
  Claude Paroz 9d130920e6 Added to_locale() tests for 3-char language codes. 4 years ago
  Mariusz Felisiak d134b0b93e Refs #15902 -- Stopped set_language() storing user's language in the session. 4 years ago
  Mariusz Felisiak 52a238ddf2 Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy() per deprecation timeline. 4 years ago
  Jacob Walls ac6c426007 Fixed #20601 -- Allowed forcing format with thousand separators in floatformat filter. 4 years ago
  Claude Paroz 9e57b1efb5 Fixed #30134 -- Ensured unlocalized numbers are string representation in templates. 4 years ago
  Claude Paroz 51250d2f12 Refs #30134 -- Added test for {% localize off %} tag with format settings. 4 years ago
  Carlton Gibson dd1ca50b09 Fixed #31570 -- Corrected translation loading for apps providing territorial language variants with different plural equations. 4 years ago
  Tom Forbes c00bc27945 Refs #30372 -- Stopped watching built-in Django translation files by auto-reloader. 5 years ago
  Claude Paroz e3e48b0012 Fixed #30439 -- Added support for different plural forms for a language. 5 years ago
  Min ho Kim fbb83fefd4 Fixed typos in comments and docs. 5 years ago
  Andrew Godwin a415ce70be Fixed #30451 -- Added ASGI handler and coroutine-safety. 6 years ago
  Jon Dufresne 9e38ed0536 Fixed #27486 -- Fixed Python 3.7 DeprecationWarning in intword and filesizeformat filters. 5 years ago
  Daniel Hahler 08a4ee0651 Fixed typos in test names. 6 years ago
  Jon Dufresne 6eb4996672 Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy(). 6 years ago
  Tim Graham 77d25dbd0f Refs #27753 -- Favored SafeString over SafeText. 6 years ago
  Jon Dufresne 7785e03ba8 Fixed #30137 -- Replaced OSError aliases with the canonical OSError. 6 years ago
  Tom Forbes c8720e7696 Fixed #27685 -- Added watchman support to the autoreloader. 6 years ago
  Patrick Arminio ae180fa4b7 Fixed #29986 -- Added .format() support to ngettext_lazy strings. 6 years ago