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``