From e30c3f4acd4b75e8afe9050ab6bd285b029c174d Mon Sep 17 00:00:00 2001 From: Jacek Tomaszewski Date: Sat, 18 Oct 2014 10:26:59 +0200 Subject: [PATCH] Fix docs about usage with django-debug-toolbar (close #271). --- docs/modeltranslation/installation.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/modeltranslation/installation.rst b/docs/modeltranslation/installation.rst index 940ef58..0d233ea 100644 --- a/docs/modeltranslation/installation.rst +++ b/docs/modeltranslation/installation.rst @@ -108,10 +108,11 @@ Make sure that the ``modeltranslation`` app is listed in your above). .. important:: - If you want to use the ``django-debug-toolbar`` together with - modeltranslation, put ``debug_toolbar`` as first entry in - ``INSTALLED_APPS`` or use `explicit setup + If you want to use the ``django-debug-toolbar`` together with modeltranslation, use `explicit setup `_. + Otherwise tweak the order of ``INSTALLED_APPS``: try to put ``debug_toolbar`` as first entry in + ``INSTALLED_APPS`` (in Django < 1.7) or after ``modeltranslation`` (in Django >= 1.7). However, + only `explicit setup` is guaranteed to succeed. .. _settings-languages: