<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/conditional_processing, 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>Fixed parse_http_date docstring and moved related tests</title>
<updated>2012-09-26T19:10:17Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-09-26T19:10:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3ee80a0cf0e60876f03b797d2bdc69505dbdfcb'/>
<id>urn:sha1:b3ee80a0cf0e60876f03b797d2bdc69505dbdfcb</id>
<content type='text'>
Refs #18675.
</content>
</entry>
<entry>
<title>[py3] Fixed conditional_processing tests</title>
<updated>2012-08-14T21:35:12Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-08-14T19:17:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=928baee7478f2e1bd48fb8e0801f4f1ffc4f7aea'/>
<id>urn:sha1:928baee7478f2e1bd48fb8e0801f4f1ffc4f7aea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[py3] Compared response.content with bytes.</title>
<updated>2012-08-14T10:29:53Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-08-14T09:57:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=faf570df187bc82a3bcffa5613165a6e6cc56a57'/>
<id>urn:sha1:faf570df187bc82a3bcffa5613165a6e6cc56a57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switched to Python 3-compatible octal notation.</title>
<updated>2012-07-20T11:28:36Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-20T11:28:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=324d48d0a7de895aeb7397cd3365ab03ac7f6724'/>
<id>urn:sha1:324d48d0a7de895aeb7397cd3365ab03ac7f6724</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>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>
<entry>
<title>Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage.</title>
<updated>2011-09-11T22:36:16Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-09-11T22:36:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26b812208751edf87b4df0aee00996c5c7bcd4c9'/>
<id>urn:sha1:26b812208751edf87b4df0aee00996c5c7bcd4c9</id>
<content type='text'>
This applies to both our own [test] code and documentation examples. Also:
 * Moved the functions and handlers from `django.conf.urls.defaults` up to
   `django.conf.urls` deprecating the former module.
 * Added documentation for `handler403`.
 * Tweaked the URLs topic document a bit.

Thanks to pupeno and cdestigter for their great work contributing patches.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Modified some regression tests to make them independent of the default root urlconf.</title>
<updated>2011-04-02T13:27:17Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-04-02T13:27:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3b94af8a849b4b37051abd5a84a03dc1fd307569'/>
<id>urn:sha1:3b94af8a849b4b37051abd5a84a03dc1fd307569</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15999 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:</title>
<updated>2011-03-03T15:04:39Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-03-03T15:04:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=afd040d4d3a06fe92e3080870b2ff2095ce86a75'/>
<id>urn:sha1:afd040d4d3a06fe92e3080870b2ff2095ce86a75</id>
<content type='text'>
 assert_ -&gt; assertTrue
 assertEquals -&gt; assertEqual
 failUnless -&gt; assertTrue

For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
