This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-23 16:50:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
context_processors
History
…
..
templates
/context_processors
…
__init__.py
…
models.py
…
tests.py
…
urls.py
…
views.py
Fixed
#8092
,
#3828
-- Removed dictionary access for request objects so that GET and POST data doesn't "overwrite" request attributes when used in templates (since dictionary lookup is performed before attribute lookup). This is backwards-incompatible if you were using the request object for dictionary access to the combined GET and POST data, but you should use
request.REQUEST
for that instead.
2008-08-03 19:55:26 +00:00