<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/context_processors/tests.py, branch 4.1.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.1.10</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.1.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updates to the test suite to allow for newly deprecated and removed features</title>
<updated>2011-04-02T08:44:47Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-04-02T08:44:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4c468800ee82d89e715e11af291bb326d47c3ce9'/>
<id>urn:sha1:4c468800ee82d89e715e11af291bb326d47c3ce9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14508 - test suite silences warnings.</title>
<updated>2010-11-11T15:06:20Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2010-11-11T15:06:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=02fc6276d7577dcec26be30f3805b242ff0ce8a0'/>
<id>urn:sha1:02fc6276d7577dcec26be30f3805b242ff0ce8a0</id>
<content type='text'>
Utility functions get_warnings_state and save_warnings_state have been added
to django.test.utils, and methods to django.test.TestCase for convenience.

The implementation is based on the catch_warnings context manager from
Python 2.6.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.</title>
<updated>2010-10-11T12:20:07Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-10-11T12:20:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1070c57b83efdfd4fbed09280fcdaafc6d9c1a81'/>
<id>urn:sha1:1070c57b83efdfd4fbed09280fcdaafc6d9c1a81</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12066 - Moved auth context processor from core to the auth app. Thanks, Rob Hudson.</title>
<updated>2010-02-21T23:40:47Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-02-21T23:40:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=67d4289c2ef56022d14a038a644d020997e2d9c9'/>
<id>urn:sha1:67d4289c2ef56022d14a038a644d020997e2d9c9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User failed.</title>
<updated>2009-10-20T14:11:08Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2009-10-20T14:11:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=162fade2b70d56ee5cbc3a57d1863f3c989775d6'/>
<id>urn:sha1:162fade2b70d56ee5cbc3a57d1863f3c989775d6</id>
<content type='text'>
Also added more tests for SimpleLazyObject

Thanks to ericholscher for report.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11637 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12049 - LazyObject-wrapped User breaks queries in template tags</title>
<updated>2009-10-19T21:13:22Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2009-10-19T21:13:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=22be3d7612b518268b84ce37d3b20f828efb4b6f'/>
<id>urn:sha1:22be3d7612b518268b84ce37d3b20f828efb4b6f</id>
<content type='text'>
Thanks to chipx86 for the report and patch.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a regression on Python 2.6 caused by r11623</title>
<updated>2009-10-15T14:12:34Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2009-10-15T14:12:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a2d8acbacda353248fd191b97155cd4cf27dcd66'/>
<id>urn:sha1:a2d8acbacda353248fd191b97155cd4cf27dcd66</id>
<content type='text'>
This might fix #12037, but I cannot reproduce that bug.
Refs #12037



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid "Vary: Cookie"</title>
<updated>2009-10-14T18:09:13Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2009-10-14T18:09:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c161bf21f0ab9f2945ae7a44e5757b071f7eb712'/>
<id>urn:sha1:c161bf21f0ab9f2945ae7a44e5757b071f7eb712</id>
<content type='text'>
Thanks to olau@iola.dk, Suor for the report



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>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.</title>
<updated>2008-08-03T19:55:26Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2008-08-03T19:55:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=daa6b38f352447a5afed3184f4ffffd0d6b1f1de'/>
<id>urn:sha1:daa6b38f352447a5afed3184f4ffffd0d6b1f1de</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8202 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
