<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/test_client_regress/models.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>Moved test_client_regress tests from models.py to tests.py</title>
<updated>2012-05-31T15:21:13Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-05-31T15:21:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4553f511557052d6f18811807ae6136f81fa86a3'/>
<id>urn:sha1:4553f511557052d6f18811807ae6136f81fa86a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17371 -- Made the test client more flexible</title>
<updated>2012-05-25T17:03:15Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-05-25T17:03:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e73838b6ddcc7b37c03f9eee04fa6e6a283fedb3'/>
<id>urn:sha1:e73838b6ddcc7b37c03f9eee04fa6e6a283fedb3</id>
<content type='text'>
The OPTIONS, PUT and DELETE methods no longer apply arbitrary
data encoding (in the query string or in the request body).
</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>Replaced deprecated TestCase methods. Refs #17049.</title>
<updated>2012-05-03T14:39:16Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-05-03T14:39:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b52672d77822e88752cb178c8a359adde83ff0ba'/>
<id>urn:sha1:b52672d77822e88752cb178c8a359adde83ff0ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensured tests pass using custom PASSWORD_HASHERS.</title>
<updated>2012-04-30T19:10:27Z</updated>
<author>
<name>Anssi Kääriäinen</name>
<email>akaariai@gmail.com</email>
</author>
<published>2012-04-30T18:38:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8fad77da9597e0dd9fca1eaa3a7b605f76501872'/>
<id>urn:sha1:8fad77da9597e0dd9fca1eaa3a7b605f76501872</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18013 -- Use the new 'as' syntax for exceptions.</title>
<updated>2012-04-29T18:57:15Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-28T16:09:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3904b74a3f2f92fefe1d39281ed683c52f2fef03'/>
<id>urn:sha1:3904b74a3f2f92fefe1d39281ed683c52f2fef03</id>
<content type='text'>
Thanks Clueless for the initial patch.
Note that unittest has been purposely left out (external package only used by Python 2.6).
</content>
</entry>
<entry>
<title>Removed deprecated tests missed in r17839.</title>
<updated>2012-03-31T13:58:03Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-03-31T13:58:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=37c8bc89f20104c0ac02dbc9b2aa7f3a09aa771a'/>
<id>urn:sha1:37c8bc89f20104c0ac02dbc9b2aa7f3a09aa771a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Reverted r16386 because it replaced a brittle method with another not less</title>
<updated>2012-03-15T02:46:07Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2012-03-15T02:46:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a935e834433cfc691882c2bbf1249a39abecd35b'/>
<id>urn:sha1:a935e834433cfc691882c2bbf1249a39abecd35b</id>
<content type='text'>
arbitrary method when the test client checks for the presence of the bundled
session backends+session middleware combination.

We will revisit the issue soon, probably to make these checks even less strict.

Refs #7836, #16605

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed various dodgy behaviours</title>
<updated>2011-12-17T17:37:24Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2011-12-17T17:37:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=20c8aa2a2029be50449b25122f85bbef0f2b957f'/>
<id>urn:sha1:20c8aa2a2029be50449b25122f85bbef0f2b957f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
