<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework/utils, branch 2.3.14</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 dict_keys equality test for python 3.</title>
<updated>2014-04-11T04:49:49+00:00</updated>
<author>
<name>Ian Leith</name>
</author>
<published>2014-04-11T04:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=613df5c6501f715c0775229f34fcba9f4291c05d'/>
<id>613df5c6501f715c0775229f34fcba9f4291c05d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Encode django QuerySets to lists and not dicts in JSONEncoder</title>
<updated>2014-01-17T12:05:10+00:00</updated>
<author>
<name>Mathieu Pillard</name>
</author>
<published>2014-01-17T12:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=f034cb595ae0b9091a9eb68a2b583a320ef39c4e'/>
<id>f034cb595ae0b9091a9eb68a2b583a320ef39c4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compat issues for #1231</title>
<updated>2013-12-09T09:24:10+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-12-09T09:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ddd17c69e7abdd70448fa0f2f2a807d600b3391d'/>
<id>ddd17c69e7abdd70448fa0f2f2a807d600b3391d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue #1231: JSONEncoder doesn't handle dict-like objects</title>
<updated>2013-11-21T20:09:48+00:00</updated>
<author>
<name>Malcolm Box</name>
</author>
<published>2013-11-21T20:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=263281d71d0425d7bb9b4ebbdf1811ef637ee60a'/>
<id>263281d71d0425d7bb9b4ebbdf1811ef637ee60a</id>
<content type='text'>
Check for __getitem__ and then attempt to convert to a dict.
The check for __getitem__ is there as there's no universal way to
check if an object is a mapping type, but this is a likely proxy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check for __getitem__ and then attempt to convert to a dict.
The check for __getitem__ is there as there's no universal way to
check if an object is a mapping type, but this is a likely proxy
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix decimal support with YAMLRenderer</title>
<updated>2013-10-16T23:08:24+00:00</updated>
<author>
<name>badaud_t</name>
</author>
<published>2013-10-16T23:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b730aec0f46e2b849b3c597bcf1a1bcdc158e415'/>
<id>b730aec0f46e2b849b3c597bcf1a1bcdc158e415</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let JSONEncoder handle Numpy data types.</title>
<updated>2013-09-13T03:36:18+00:00</updated>
<author>
<name>David Pretty</name>
</author>
<published>2013-09-13T03:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d489c5c88144a25ef0d61fb8deb0b77f3a061480'/>
<id>d489c5c88144a25ef0d61fb8deb0b77f3a061480</id>
<content type='text'>
json.JSONEncoder cannot serialize Numpy data types. Numpy arrays
and array scalars have a tolist() method which casts the object to
a standard python data type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
json.JSONEncoder cannot serialize Numpy data types. Numpy arrays
and array scalars have a tolist() method which casts the object to
a standard python data type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix breadcrumb view names</title>
<updated>2013-08-29T19:51:51+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-08-29T19:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=02b6836ee88498861521dfff743467b0456ad109'/>
<id>02b6836ee88498861521dfff743467b0456ad109</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move view name/description functions into public space</title>
<updated>2013-08-19T07:24:27+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-08-19T07:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=89b0a539c389477cfd7df7df461868b85f618d95'/>
<id>89b0a539c389477cfd7df7df461868b85f618d95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated default view name/description functions</title>
<updated>2013-08-17T21:52:08+00:00</updated>
<author>
<name>Christopher Paolini</name>
</author>
<published>2013-08-17T21:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=11d7c1838a1146728528d762cdf6bf329321c1d1'/>
<id>11d7c1838a1146728528d762cdf6bf329321c1d1</id>
<content type='text'>
Forgot to update the default view name/description functions to the new
setup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgot to update the default view name/description functions to the new
setup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved view/description function setting</title>
<updated>2013-08-17T21:44:51+00:00</updated>
<author>
<name>Christopher Paolini</name>
</author>
<published>2013-08-17T21:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e6662d434f0214d21d38e4388a40fd63e1f9dcc6'/>
<id>e6662d434f0214d21d38e4388a40fd63e1f9dcc6</id>
<content type='text'>
Now supports each View having its own name and description function and
overriding the global default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now supports each View having its own name and description function and
overriding the global default.
</pre>
</div>
</content>
</entry>
</feed>
