diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-01-18 19:34:54 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-01-18 23:06:00 +0100 |
| commit | 10e0cfc0e4e77b85e8261c908baf1c4814ded3f8 (patch) | |
| tree | 26c894168f5875b9f7a2ace228a1b937698cc36d /docs/ref/contrib/index.txt | |
| parent | 74d8fdcfa6a49cb30210c690dff08fc62b642e2a (diff) | |
Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().
Thanks Marc Tamlyn for the initial version of the patch.
Diffstat (limited to 'docs/ref/contrib/index.txt')
| -rw-r--r-- | docs/ref/contrib/index.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/index.txt b/docs/ref/contrib/index.txt index cd85b45487..3b57ba8c17 100644 --- a/docs/ref/contrib/index.txt +++ b/docs/ref/contrib/index.txt @@ -14,8 +14,8 @@ those packages have. For most of these add-ons -- specifically, the add-ons that include either models or template tags -- you'll need to add the package name (e.g., - ``'django.contrib.admin'``) to your :setting:`INSTALLED_APPS` setting and - re-run ``manage.py migrate``. + ``'django.contrib.redirects'``) to your :setting:`INSTALLED_APPS` setting + and re-run ``manage.py migrate``. .. _"batteries included" philosophy: http://docs.python.org/tutorial/stdlib.html#batteries-included |
