index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
middleware
Age
Commit message (
Expand
)
Author
2005-11-11
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...
Adrian Holovaty
2005-11-06
Tiny docstring cleanup in middleware/common.py
Adrian Holovaty
2005-11-04
Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...
Jacob Kaplan-Moss
2005-11-01
Fixed #508 -- Added support for 'expires' in cookies and changed session midd...
Adrian Holovaty
2005-10-19
Fixed #647 -- Fixed cache middleware not to expect _cache_update_cache, in ca...
Adrian Holovaty
2005-10-19
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...
Adrian Holovaty
2005-10-14
Fixed #626 -- Moved template modules to django.core.template package. django....
Adrian Holovaty
2005-10-10
Fixed #599 -- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo
Adrian Holovaty
2005-10-09
Fixed #580 -- Added mega support for generating Vary headers, including some ...
Adrian Holovaty
2005-10-06
Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...
Adrian Holovaty
2005-10-05
Added USE_FLAT_PAGES setting, which defaults to True.
Adrian Holovaty
2005-09-23
Added request.session.delete_test_cookie()
Adrian Holovaty
2005-09-23
Removed a legacy 'TODO' from django.middleware.sessions
Adrian Holovaty
2005-09-02
Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-...
Adrian Holovaty
2005-08-31
Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Than...
Adrian Holovaty
2005-08-22
Changed SessionMiddleware to use process_request instead of process_view -- t...
Adrian Holovaty
2005-08-18
Improved session code to force creation of a new session key if the given ses...
Adrian Holovaty
2005-08-17
Fixed #335 -- Admin login form now checks that cookies are enabled.
Adrian Holovaty
2005-08-16
Fixed #1 -- Added anonymous session support via middleware and request.sessio...
Adrian Holovaty
2005-08-16
Removed special-case test for '_files' URL in common middleware -- thanks, Je...
Adrian Holovaty
2005-07-26
Fixed #159 -- Admin users no longer have to log in to go to the 'log out' pag...
Adrian Holovaty
2005-07-20
Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are sh...
Adrian Holovaty
2005-07-18
Added django.middleware.cache, which lets you cache an entire Django-powered ...
Adrian Holovaty
2005-07-15
Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty