diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-09 08:12:50 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-09 08:12:50 +0000 |
| commit | a904e55859470944c006d87665074e3574da7b52 (patch) | |
| tree | bf5e56c183fa5ab8a5de4bb69ffdf82b678bebee /docs/topics/conditional-view-processing.txt | |
| parent | 2cadc6b10aea168a3da33313e279d56950650b39 (diff) | |
Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/conditional-view-processing.txt')
| -rw-r--r-- | docs/topics/conditional-view-processing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/conditional-view-processing.txt b/docs/topics/conditional-view-processing.txt index b5da140827..c631a136b4 100644 --- a/docs/topics/conditional-view-processing.txt +++ b/docs/topics/conditional-view-processing.txt @@ -6,7 +6,7 @@ Conditional View Processing HTTP clients can send a number of headers to tell the server about copies of a resource that they have already seen. This is commonly used when retrieving a -web page (using an HTTP ``GET`` request) to avoid sending all the data for +Web page (using an HTTP ``GET`` request) to avoid sending all the data for something the client has already retrieved. However, the same headers can be used for all HTTP methods (``POST``, ``PUT``, ``DELETE``, etc). |
