Django

Code

Show
Ignore:
Timestamp:
07/19/08 14:37:55 (6 months ago)
Author:
mtredinnick
Message:

Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'bout
that, folks. :-(

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/http/__init__.py

    r7991 r7995  
    3232        self.GET, self.POST, self.COOKIES, self.META, self.FILES = {}, {}, {}, {}, {} 
    3333        self.path = '' 
    34         self.path_info = '' 
    3534        self.method = None 
    3635 
     
    444443    else: 
    445444        return s 
    446