summaryrefslogtreecommitdiff
path: root/docs/topics/i18n
AgeCommit message (Expand)Author
2016-07-06[1.10.x] Fixed capitalization of "URL pattern".Tim Graham
2016-07-02[1.10.x] Fixed #26832 -- Added translated language name on the get_language_i...Leila20
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-14[1.10.x] Fixed #26754 -- Documented django.template.context_processors.tzVille Skyttä
2016-06-03[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-06-02[1.10.x] Fixed #26337 -- Added i18n note about using a non-English base languageClaude Paroz
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
2015-10-07Added some function links in translation docsClaude Paroz
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.Tim Graham
2015-09-22Added link to Babel's message extracting functionality.Rik
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-05Fixed #22404 -- Added a view that exposes i18n catalog as a JSONSergey Kolosov
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-16Fixed typo in docs/topics/i18n/translation.txtRafał Selewońko
2015-07-01Fixed #21695 -- Added asvar option to blocktrans.Matthew Somerville
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-22Updated indentation of example template in docs/topics/i18n/translation.txt.Wim Feijen
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-06-05Capitalized "Python" in docs.Tim Graham
2015-06-04Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville
2015-06-02Fixed #24230 -- Added translated language name for i18n template tag/filter.Tomáš Ehrlich
2015-06-02Added headings to i18n template tags and filters.Tim Graham
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
2015-05-02Fixed typo in translation import statementJosé Padilla
2015-05-01Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-29Added translation.override() context manager to docs.Dmitry Medvinsky
2015-04-29Used full variable names instead of abbreviation in examplesBaptiste Mispelon
2015-04-28Fixed typo in docs/topics/i18n/translation.txtMounir
2015-04-16Fixed #23984 -- Added Javascript i18n documentationDaniel Lindsley
2015-04-01Pointed Jinja2 users to Babel instead of makemessages.Aymeric Augustin
2015-03-29Improved docs for timezone handling for auto_now and auto_now_addChristopher Luc
2015-03-20Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...Moritz Sichert
2015-03-20Fixed #23520 -- Explained that custom plural forms should be avoidedClaude Paroz