summaryrefslogtreecommitdiff
path: root/docs/topics/i18n
AgeCommit message (Expand)Author
2017-09-08Removed obsolete doc references to javascript_catalog.Samir Shah
2017-08-30Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.Jkrzy
2017-08-11Fixed #28252 -- Corrected docs for default file extensions of makemessages.Jonatas CD
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2017-02-27Imported django.http classes instead of django.http.Asif Saifuddin Auvi
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-28Made ugettext* functions aliases of gettext*Claude Paroz
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #19567 -- Removed deprecated javascript_catalog() and json_catalog() views.Tim Graham
2016-12-22Documented url()'s 'regex' parameter.Adam Chainz
2016-12-15Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_patterns().Ben Wilkins
2016-11-22Fixed #27221 -- Doc'd how to escape a percent symbol in ugettext().Henry Dang
2016-10-29Fixed #27382 -- Doc'd that ugettext_lazy() should be converted to text for no...medmunds
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-10-10Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...Denis Cornehl
2016-10-08Added template syntax highlighting in docs/topics/i18n/timezones.txt.Tim Graham
2016-09-29Fixed import typos in the docs.Frank Wiles
2016-09-21Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne
2016-09-14Fixed #15143 -- Doc'd how to set the language for the test client.Michael Scott
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-08-19Fixed #26571 -- Corrected recommendation for converting timestamps to tz-awar...Tim Graham
2016-08-17Fixed #27069 -- Doc'd which gettext functions may be aliased as _.Mattias Loverot
2016-07-06Fixed capitalization of "URL pattern".Tim Graham
2016-07-02Fixed #26832 -- Added translated language name on the get_language_info docum...Leila20
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-06-14Fixed #26754 -- Documented django.template.context_processors.tzVille Skyttä
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-06-02Fixed #26337 -- Added i18n note about using a non-English base languageClaude Paroz
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-15Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based viewsClaude Paroz
2016-03-29Fixed #21446 -- Allowed not performing redirect in set_language viewKrzysztof Jurewicz
2016-03-08Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().Krzysztof Urbaniak
2016-03-03Fixed #26295 -- Allowed using i18n_patterns() in any root URLconf.Simon Charette
2016-02-11Updated instructions for gettext on Windows.Tim Graham
2016-02-11Fixed #26206 -- Fixed docs comments causing empty code blocks.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-27Fixed #26136 -- Removed URL reversing by dotted path from JavaScript catalog ...Yoong Kang Lim
2016-01-25Fixed Sphinx highlight warnings in docs.Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-28Fixed #25812 -- Restored the ability to use custom formats with the date temp...Gagaro
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-07Fixed #25473 -- Changed underscores in url() names to dashes in docs.Thijs van Dien