diff options
| author | Timo Graham <timograham@gmail.com> | 2012-02-14 23:05:23 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2012-02-14 23:05:23 +0000 |
| commit | c63a454bb684bee99aa7c13ec441040e5f091c71 (patch) | |
| tree | 15b98aa1d8bebc26dc536cb9523f8dcac87125c9 /docs | |
| parent | ce9916a2c80b52b327b010c55edb9ae28ccb6b8a (diff) | |
[1.3.X] 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.
Backport of r17376 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -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 265ef55fae..78bebac16e 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 ======================================= |
