summaryrefslogtreecommitdiff
path: root/docs/topics/i18n
AgeCommit message (Expand)Author
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
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-06Removed inaccurate sentence about PO files in translation docs.minusf
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2015-01-10Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-19Updated some other external links in the docsClaude Paroz
2014-12-11Fixed incorrect filter name in docs/topics/i18n/translation.txt.Yohan Boniface
2014-11-22Avoided rewrapping Contexts in render_to_response.Aymeric Augustin
2014-10-30Fixed #18731 -- Added an example about customizing "makemessages" command.Berker Peksag
2014-10-20Clarify that HTTP Accept-Language header is case-insensitive.Carl Meyer
2014-10-13Fixed #23534 -- Added documentation on blocktrans tagsNadja Deininger
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-08-26Clarified that makemessages -l takes a locale name, not a language code.Mitch Davis
2014-08-22Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
2014-08-19Removed unnecessary code-block directives.areski
2014-08-18Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-08-13Refs #23276 -- Added missing url() in some places.Collin Anderson
2014-08-12Fixed typo in previous commit.Tim Graham
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-08-11Fixed #23267 -- Fixed typo in Translation documentationOla Sitarska