summaryrefslogtreecommitdiff
path: root/docs/topics/i18n
AgeCommit message (Expand)Author
2013-11-02[1.6.x] Fixed #21373 -- Typo fixed in i18n docsClaude Paroz
2013-11-01[1.6.x] Fixed spelling ("dependant" -> "dependent")Tim Graham
2013-10-13[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
2013-08-31[1.6.x] Made the doc about translating string literals in templates more prom...Loic Bistuer
2013-08-22[1.6.x] Typos introduced in 57c82f909b.Ramiro Morales
2013-08-22[1.6.x] Made description of LANGUAGE_CODE setting more clear.Ramiro Morales
2013-07-19[1.6.x] LocaleMiddleware isn't default anymore (corrected docs)Sergio Oliveira
2013-07-09[1.6.x] Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-07-04[1.6.x] Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.Tim Graham
2013-06-06Explained that timezone.now() always returns times in UTC.Jacob Kaplan-Moss
2013-05-23Fixed comments for translators example in the i18n documentationPanagiotis H.M. Issaris
2013-05-19Add missing imports and models to the examples in internationalization and lo...Silvan Spross
2013-05-18Fixed #20335 - Documented the {% language %} template tag.Tim Graham
2013-05-15Improved the timezone middleware example slightly.Aymeric Augustin
2013-05-13Fixed #20398 - Added language selection code to example in documentationTim Graham
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-18Fixed #20285 - Added missing commas in translation docs.Tim Graham
2013-02-26Fixed #19922 - Typo in translation docs.Tim Graham
2013-02-25Fixed #6195 -- Documented caching options for javascript_catalog.Aymeric Augustin
2013-02-07Typo in i18n docs.Ramiro Morales
2013-02-06Fixed a documentation warning introduced by 3f1c7b7Simon Charette
2013-02-04Simplified default project template.Aymeric Augustin
2013-01-30Fixed #19160 -- Made lazy plural translations usable.Aymeric Augustin
2013-01-29Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...Ramiro Morales
2013-01-25Revert "Patch by Claude for #16084."Ramiro Morales
2013-01-25Patch by Claude for #16084.Ramiro Morales
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-10-18Fixed #19132 -- Added example for creating custom lazy functionClaude Paroz
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-08Fixed #18365 - Added a reminder of the context processor required for the set...Tim Graham
2012-08-19Fixed #17180 - Emphasized the need to load the i18n template tag in each temp...Tim Graham
2012-08-16Fixed #17183 - Added a note regarding LocaleMiddleware at the top of the i18n...Tim Graham
2012-08-13Consistenly use _ as alias for ugettext_lazy in the i18n docs.Florian Apolloner
2012-08-06Fixed #17053 - Added a note about USE_THOUSAND_SEPARATOR setting to localizat...Tim Graham
2012-08-04Fixed #18700 -- Added URL reversal for i18n set_language view.Simon Meers
2012-08-02Fixed #18472 - Added warning regarding set_language / i18n_patterns.Simon Meers
2012-07-15Fixed #18625 -- Removed old-style use of url tagAymeric Augustin
2012-07-11fixed a typo in timezones docs.mitnk
2012-06-23Fixed url translation docs.Bojan Mihelac
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-05-19Followed a best practice in the time zones docs.Aymeric Augustin
2012-05-06Updated time zone FAQ with timezone.localize.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2012-04-14Fixed a typo in an example in the timezone docs.Aymeric Augustin
2012-04-10Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...Aymeric Augustin