mirror of
https://github.com/django/django.git
synced 2025-07-04 09:49:12 +00:00
Tiny change to spacing in new-admin django.utils.httpwrappers, so it's identical to trunk version
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1344 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e66c99a356
commit
2a8fa1534b
@ -204,7 +204,7 @@ class HttpResponse:
|
||||
|
||||
def tell(self):
|
||||
return len(self.content)
|
||||
|
||||
|
||||
class HttpResponseRedirect(HttpResponse):
|
||||
def __init__(self, redirect_to):
|
||||
HttpResponse.__init__(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user