diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2012-01-15 03:27:48 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-01-15 03:27:48 +0000 |
| commit | c35399ba0da5a266138c2332ce8d54089e3949ac (patch) | |
| tree | c172e9246599adf49172b6c81961effc39728599 | |
| parent | 665ec600a40ffc3c9baea30be9c8765939512748 (diff) | |
Updated link to Django Debug Toolbar homepage.
Thanks to rowynm AT gmail DOT com for the report and to Claude Paroz for
the patch.
Fixes #17543.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17376 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/topics/db/optimization.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/optimization.txt b/docs/topics/db/optimization.txt index 067bc78c42..573e1fd0aa 100644 --- a/docs/topics/db/optimization.txt +++ b/docs/topics/db/optimization.txt @@ -29,7 +29,7 @@ readability of your code. **All** of the suggestions below come with the caveat that in your circumstances the general principle might not apply, or might even be reversed. -.. _django-debug-toolbar: http://robhudson.github.com/django-debug-toolbar/ +.. _django-debug-toolbar: https://github.com/django-debug-toolbar/django-debug-toolbar/ Use standard DB optimization techniques ======================================= |
