diff options
Diffstat (limited to 'django/utils/cache.py')
| -rw-r--r-- | django/utils/cache.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/django/utils/cache.py b/django/utils/cache.py index 3b014fbe51..f2cbd1d033 100644 --- a/django/utils/cache.py +++ b/django/utils/cache.py @@ -207,7 +207,8 @@ def get_conditional_response(request, etag=None, last_modified=None, response=No return _not_modified(request, response) # Step 5: Test the If-Range precondition (not supported). - # Step 6: Return original response since there isn't a conditional response. + # Step 6: Return original response since there isn't a conditional + # response. return response |
