diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2006-05-15 11:28:37 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2006-05-15 11:28:37 +0000 |
| commit | d16215f6df78896587ba5e7b82040d772d72230a (patch) | |
| tree | 4e26825de38e281136841177ecc40e857db39140 /docs/cache.txt | |
| parent | 55c9e98d86e717a3da832fc309947d70a68ffdb0 (diff) | |
Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2907 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/cache.txt')
| -rw-r--r-- | docs/cache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cache.txt b/docs/cache.txt index 12bd811284..2c54f60456 100644 --- a/docs/cache.txt +++ b/docs/cache.txt @@ -339,7 +339,7 @@ Here are a few examples of upstream caches: somedomain.com, your ISP would send you the page without having to access somedomain.com directly. - * Your Django Web site may site behind a Squid Web proxy + * Your Django Web site may sit behind a Squid Web proxy (http://www.squid-cache.org/) that caches pages for performance. In this case, each request first would be handled by Squid, and it'd only be passed to your application if needed. |
