diff options
| author | Vishal Sodani | 2014-04-13 11:58:46 +0530 |
|---|---|---|
| committer | Vishal Sodani | 2014-04-13 11:58:46 +0530 |
| commit | d720d0309351da29895a1d7ee9cd3877ee1ab8a3 (patch) | |
| tree | d3e906f680947e3ecc40f0e34033bed98096a6a3 | |
| parent | 28978aa72b36e629d7641e61730e1030bdcdeead (diff) | |
| download | django-debug-toolbar-d720d0309351da29895a1d7ee9cd3877ee1ab8a3.tar.bz2 | |
Add missing if
| -rw-r--r-- | docs/tips.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tips.rst b/docs/tips.rst index 3681e4c..5e3ea40 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -58,7 +58,7 @@ development. The cache panel is very similar to the SQL panel, except it isn't always a bad practice to make many cache queries in a view. -The template panel becomes slow your views or context processors return large +The template panel becomes slow if your views or context processors return large contexts and your templates have complex inheritance or inclusion schemes. Solutions |
