From 011d39f32f98adf04f3c73dffcd6ed1e6af7a71c Mon Sep 17 00:00:00 2001 From: Jacek Tomaszewski Date: Mon, 30 Jun 2014 21:39:20 +0200 Subject: [PATCH] Add docs section about debug toolbar. --- docs/modeltranslation/installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/modeltranslation/installation.rst b/docs/modeltranslation/installation.rst index 2c46d31..2a888ec 100644 --- a/docs/modeltranslation/installation.rst +++ b/docs/modeltranslation/installation.rst @@ -101,6 +101,12 @@ Make sure that the ``modeltranslation`` app is listed in your If you want to use the admin integration, ``modeltranslation`` must be put before ``django.contrib.admin``. +.. important:: + If you want to use the ``django-debug-toolbar`` together with `MT`, put ``debug_toolbar`` + as first entry in ``INSTALLED_APPS`` or use + `explicit setup + `_. + .. _settings-languages: ``LANGUAGES``