From a1d8a205bc6428865eec82c555bdacb68bf04c62 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 5 Jun 2015 08:24:53 -0400 Subject: [1.8.x] Capitalized "Python" in docs. Backport of 2fbea621e68d3365679e45fa17b61d06aa8cdf76 from master --- docs/topics/db/multi-db.txt | 2 +- docs/topics/i18n/translation.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/topics') diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt index 521b1ecb69..6b4f6a0a66 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -359,7 +359,7 @@ from:: return True Finally, in the settings file, we add the following (substituting -``path.to.`` with the actual python path to the module(s) where the +``path.to.`` with the actual Python path to the module(s) where the routers are defined):: DATABASE_ROUTERS = ['path.to.AuthRouter', 'path.to.PrimaryReplicaRouter'] diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 8e677bf0f5..f9972ae6f7 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -1829,7 +1829,7 @@ way Django does translation: * The string domain is ``django`` or ``djangojs``. This string domain is used to differentiate between different programs that store their data in a common message-file library (usually ``/usr/share/locale/``). The - ``django`` domain is used for python and template translation strings + ``django`` domain is used for Python and template translation strings and is loaded into the global translation catalogs. The ``djangojs`` domain is only used for JavaScript translation catalogs to make sure that those are as small as possible. -- cgit v1.3