<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework/tests, branch 2.2.0</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Fix pk relations tests which were not running.</title>
<updated>2013-02-13T12:33:04+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-13T12:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b58e763287a235e93a9a64fe8952f2a3f1152729'/>
<id>b58e763287a235e93a9a64fe8952f2a3f1152729</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test for None in 'dotted.source' component.</title>
<updated>2013-02-12T23:01:20+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-12T23:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=f341ead49944050b7902254ed4c89b3c9c11a018'/>
<id>f341ead49944050b7902254ed4c89b3c9c11a018</id>
<content type='text'>
Closes #643.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #643.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unicode literal fix</title>
<updated>2013-02-12T23:00:43+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-12T23:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=15fa42b647e1bac0a9a9309bd4ad2d810e55c9cd'/>
<id>15fa42b647e1bac0a9a9309bd4ad2d810e55c9cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test for #637.</title>
<updated>2013-02-12T22:58:38+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-12T22:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=724906c516b71f3ec5bc2005c66a6145c77c3739'/>
<id>724906c516b71f3ec5bc2005c66a6145c77c3739</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated APIs from tests</title>
<updated>2013-02-12T20:07:35+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-12T20:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=7f797abc19dff6972ebf41a2211daeb30cadff46'/>
<id>7f797abc19dff6972ebf41a2211daeb30cadff46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New style object-level permission checks</title>
<updated>2013-02-12T08:58:28+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-11T12:47:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=09b01887f234be55c14943028330f569823b2369'/>
<id>09b01887f234be55c14943028330f569823b2369</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #651 from fernandogrd/master</title>
<updated>2013-02-12T07:27:35+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-12T07:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=aa03425c09c2eb4fc0a24276de92a320af09c33e'/>
<id>aa03425c09c2eb4fc0a24276de92a320af09c33e</id>
<content type='text'>
DictWithMetadata.__getstate__ was never called (Fix for 645)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DictWithMetadata.__getstate__ was never called (Fix for 645)</pre>
</div>
</content>
</entry>
<entry>
<title>Make use o issubclass instead of isinstance (fix issue #645)</title>
<updated>2013-02-11T22:18:22+00:00</updated>
<author>
<name>Fernando Rocha</name>
</author>
<published>2013-02-11T22:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ea004b5e7a51ccf176545642692462dc2086056d'/>
<id>ea004b5e7a51ccf176545642692462dc2086056d</id>
<content type='text'>
Because __mro__ is a list of classes and not instances.
DictWithMetadata.__getstate__ was never called

Signed-off-by: Fernando Rocha &lt;fernandogrd@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because __mro__ is a list of classes and not instances.
DictWithMetadata.__getstate__ was never called

Signed-off-by: Fernando Rocha &lt;fernandogrd@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add object permissions tests.</title>
<updated>2013-02-10T20:08:46+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-10T20:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=baacdd821feece9c77ad74c25fd00842f47cfb84'/>
<id>baacdd821feece9c77ad74c25fd00842f47cfb84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enforce PUT-as-create permissions</title>
<updated>2013-02-10T16:50:46+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-10T16:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=29136ef2c6338b8dbc9f7cf9c4dd75867a6bfa9f'/>
<id>29136ef2c6338b8dbc9f7cf9c4dd75867a6bfa9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
