diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-01-23 17:26:56 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-01-23 17:26:56 +0000 |
| commit | e71b10efb7366f9e80d54960d9e77cc527a7413e (patch) | |
| tree | 1afebb47dd3ec0746c5f5e25400c8fa6b6919d61 /docs/ref/django-admin.txt | |
| parent | 3df1a16c792d038c528e5e95797680a30ee7868c (diff) | |
Added color configuration for HTTP 304, since it doesn't require as much attention as other 3XX codes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index af47759745..8ed489deb4 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1028,7 +1028,8 @@ number of roles in which color is used: * ``sql_table`` - The name of a model in SQL. * ``http_info`` - A 1XX HTTP Informational server response. * ``http_success`` - A 2XX HTTP Success server response. - * ``http_redirect`` - A 3XX HTTP Redirect server response. + * ``http_not_modified`` - A 304 HTTP Not Modified server response. + * ``http_redirect`` - A 3XX HTTP Redirect server response other than 304. * ``http_not_found`` - A 404 HTTP Not Found server response. * ``http_bad_request`` - A 4XX HTTP Bad Request server response other than 404. * ``http_server_error`` - A 5XX HTTP Server Error response. |
