index
:
django.git
fix-31295
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-10-19
i18n: reworked part of the translation loader to be cleaner, simpler and faster
Georg Bauer
2005-10-19
i18n: merged up to [954] from trunk. contains the big load of admin reworking...
Georg Bauer
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
i18n: merged up to r868
Georg Bauer
2005-10-14
Fixed #626 -- Moved template modules to django.core.template package. django....
Adrian Holovaty
2005-10-12
i18n: fixed language code reporting - now the actually used language code is ...
Georg Bauer
2005-10-11
i18n: merged r815:r843 from trunk
Georg Bauer
2005-10-10
Fixed #599 -- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo
Adrian Holovaty
2005-10-09
i18n: I18NMiddleware now patches the Vary response header
Georg Bauer
2005-10-09
i18n: merged r787:r814 from trunk
Georg Bauer
2005-10-09
Fixed #580 -- Added mega support for generating Vary headers, including some ...
Adrian Holovaty
2005-10-06
i18n: merged r776:r786 from trunk
Georg Bauer
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-30
the i18n middleware now stores the chosen language in the request
Georg Bauer
2005-09-29
i18n patch - references #65
Georg Bauer
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