<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/csrf_tests/tests.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<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>Added a new required ALLOWED_HOSTS setting for HTTP host header validation.</title>
<updated>2013-02-19T18:23:29Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-02-09T17:17:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d51fb74360b94f2a856573174f8aae3cd905dd35'/>
<id>urn:sha1:d51fb74360b94f2a856573174f8aae3cd905dd35</id>
<content type='text'>
This is a security fix; disclosure and advisory coming shortly.
</content>
</entry>
<entry>
<title>Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.</title>
<updated>2013-02-07T08:48:08Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-02-07T08:48:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=720888a14699a80a6cd07d32514b9dcd5b1005fb'/>
<id>urn:sha1:720888a14699a80a6cd07d32514b9dcd5b1005fb</id>
<content type='text'>
Thanks Samuel Lavitt for the report and Sascha Peilicke for the patch.
</content>
</entry>
<entry>
<title>[py3] Made csrf context processor return Unicode</title>
<updated>2012-08-13T09:54:21Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-08-13T09:34:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d774ad752d9844cb7a28fe338d4d711c8576ee6f'/>
<id>urn:sha1:d774ad752d9844cb7a28fe338d4d711c8576ee6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.</title>
<updated>2012-06-07T16:08:47Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-07T16:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a103086d5c67fa4fcc53c106c9fdf644c742dd8'/>
<id>urn:sha1:4a103086d5c67fa4fcc53c106c9fdf644c742dd8</id>
<content type='text'>
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
</content>
</entry>
<entry>
<title>Marked bytestrings with b prefix. Refs #18269</title>
<updated>2012-05-19T15:43:34Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-05-19T15:43:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38408f8007eae21b9f1cbbcc7f86d4b2042ff86a'/>
<id>urn:sha1:38408f8007eae21b9f1cbbcc7f86d4b2042ff86a</id>
<content type='text'>
This is a preparation for unicode literals general usage in
Django (Python 3 compatibility).
</content>
</entry>
<entry>
<title>Removed with_statement imports, useless in Python &gt;= 2.6. Refs #17965. Thanks jonash for the patch.</title>
<updated>2012-03-30T08:02:08Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-03-30T08:02:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9383a2761c67d588378f3679cc6c8ea3651a73c8'/>
<id>urn:sha1:9383a2761c67d588378f3679cc6c8ea3651a73c8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixes #16827. Adds a length check to CSRF tokens before applying the santizing regex. Thanks to jedie for the report and zsiciarz for the initial patch.</title>
<updated>2012-02-11T04:18:15Z</updated>
<author>
<name>Paul McMillan</name>
<email>Paul@McMillan.ws</email>
</author>
<published>2012-02-11T04:18:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a77679dfaa963361b6daad6de0d7de1b53d4f104'/>
<id>urn:sha1:a77679dfaa963361b6daad6de0d7de1b53d4f104</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17500 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed some failing tests due to creation of HttpRequest._is_secure() methods in [17209]</title>
<updated>2011-12-17T00:17:26Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2011-12-17T00:17:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6cca104be0ee81f817a1f3cd3d3f7210fa7cc420'/>
<id>urn:sha1:6cca104be0ee81f817a1f3cd3d3f7210fa7cc420</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17212 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Convert much of the regression tests to use absolute imports.  There's still work to be done though.</title>
<updated>2011-10-13T18:51:33Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-10-13T18:51:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d362c1546f8ad62811e5dee3cf0b43170e6e1c4c'/>
<id>urn:sha1:d362c1546f8ad62811e5dee3cf0b43170e6e1c4c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
