1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/django/middleware
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