diff options
| author | Craig Blaszczyk | 2014-12-31 14:56:23 +0000 | 
|---|---|---|
| committer | Craig Blaszczyk | 2015-01-02 11:08:45 +0000 | 
| commit | 9f169acb62a6223a5add0fee7f6d53108e42f207 (patch) | |
| tree | 8588ca573b5156a64fbca8bd206fac3463f53199 /docs/topics | |
| parent | 32506e20756c84677abb5ae49706446a0d250371 (diff) | |
| download | django-rest-framework-9f169acb62a6223a5add0fee7f6d53108e42f207.tar.bz2 | |
capitalise Django
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/internationalisation.md | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/docs/topics/internationalisation.md b/docs/topics/internationalisation.md index 6470ee03..fac3bdb7 100644 --- a/docs/topics/internationalisation.md +++ b/docs/topics/internationalisation.md @@ -70,7 +70,8 @@ available for Django to use. You should see a message  ## How Django chooses which language to use -REST framework will use the same preferences to select which language to display as Django does.  You can find more info in the [django docs on discovering language preferences][django-language-preference].  For reference, these are +REST framework will use the same preferences to select which language to  +display as Django does.  You can find more info in the [Django docs on discovering language preferences][django-language-preference].  For reference, these are  1. First, it looks for the language prefix in the requested URL  2. Failing that, it looks for the `LANGUAGE_SESSION_KEY` key in the current user’s session. | 
