django1/tests/regressiontests/context_processors
Luke Plant aaa9ccfe14 [1.1.X] Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User failed.
Also added more tests for SimpleLazyObject
  
Thanks to ericholscher for report.

Backport of r11637 from trunk


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11638 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-20 14:14:27 +00:00
..
fixtures [1.1.X] Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid "Vary: Cookie" 2009-10-14 18:14:19 +00:00
templates/context_processors [1.1.X] Fixed a regression for Python 2.6 introduced in r11624 on this branch. 2009-10-15 14:18:52 +00:00
__init__.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
models.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
tests.py [1.1.X] Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User failed. 2009-10-20 14:14:27 +00:00
urls.py [1.1.X] Fixed a regression for Python 2.6 introduced in r11624 on this branch. 2009-10-15 14:18:52 +00:00
views.py [1.1.X] Fixed a regression for Python 2.6 introduced in r11624 on this branch. 2009-10-15 14:18:52 +00:00