django1/django/middleware
Adrian Holovaty cb6aa1035b Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Thanks, sune.kirkeby@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@580 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-31 16:27:59 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
admin.py Fixed #335 -- Admin login form now checks that cookies are enabled. 2005-08-17 22:04:53 +00:00
cache.py Added django.middleware.cache, which lets you cache an entire Django-powered site by adding a line to your settings 2005-07-18 19:07:37 +00:00
common.py Changed SessionMiddleware to use process_request instead of process_view -- that way it always gets called, even for 404s 2005-08-22 19:19:54 +00:00
doc.py Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Thanks, sune.kirkeby@gmail.com 2005-08-31 16:27:59 +00:00
sessions.py Changed SessionMiddleware to use process_request instead of process_view -- that way it always gets called, even for 404s 2005-08-22 19:19:54 +00:00