<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework, 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>Version 2.3.14</title>
<updated>2014-06-12T10:47:26+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-06-12T10:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=1386767013d044d337b8e08dd2f9b0197197cccf'/>
<id>1386767013d044d337b8e08dd2f9b0197197cccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #1624 (thanks @abraithwaite)</title>
<updated>2014-06-08T07:03:21+00:00</updated>
<author>
<name>Xavier Ordoquy</name>
</author>
<published>2014-06-08T07:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e8ec81f5e985f9cc9f524f77ec23013be918b990'/>
<id>e8ec81f5e985f9cc9f524f77ec23013be918b990</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace ChoiceField type_label</title>
<updated>2014-06-05T10:49:02+00:00</updated>
<author>
<name>khamaileon</name>
</author>
<published>2014-06-05T10:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=08c4594145a7219a14fafc87db0b9d61483d70d0'/>
<id>08c4594145a7219a14fafc87db0b9d61483d70d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always use specified content type in APIRequestFactory</title>
<updated>2014-05-30T15:53:26+00:00</updated>
<author>
<name>Danilo Bargen</name>
</author>
<published>2014-05-30T15:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=6cb6bfae1b83c8682fa3c3d208c732c8ea49606e'/>
<id>6cb6bfae1b83c8682fa3c3d208c732c8ea49606e</id>
<content type='text'>
If `content_type` is specified in the `APIRequestFactory`, always
include it in the request, even if data is empty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If `content_type` is specified in the `APIRequestFactory`, always
include it in the request, even if data is empty.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the allow_add_remove parameter to the get_serializer method</title>
<updated>2014-05-26T16:43:50+00:00</updated>
<author>
<name>khamaileon</name>
</author>
<published>2014-05-26T16:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=eab5933070d5df9078a6b88e85ee933cbfa28955'/>
<id>eab5933070d5df9078a6b88e85ee933cbfa28955</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _resolve_model to work with unicode strings</title>
<updated>2014-05-22T21:18:51+00:00</updated>
<author>
<name>Piper Merriam</name>
</author>
<published>2014-05-22T19:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=807f7a6bb9e36321f3487b5ac31ef5fdc8f4b3fb'/>
<id>807f7a6bb9e36321f3487b5ac31ef5fdc8f4b3fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fields: allow help_text on SerializerMethodField</title>
<updated>2014-05-22T14:24:35+00:00</updated>
<author>
<name>John Spray</name>
</author>
<published>2014-05-22T14:24:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=04c820b8e5e4ae153eacd1cbf19b39286c374e87'/>
<id>04c820b8e5e4ae153eacd1cbf19b39286c374e87</id>
<content type='text'>
...by passing through any extra *args and **kwargs
to the parent constructor.

Previously one couldn't assign help_text to a
SerializerMethodField during construction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...by passing through any extra *args and **kwargs
to the parent constructor.

Previously one couldn't assign help_text to a
SerializerMethodField during construction.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1536 from Ian-Foote/choicefield_blank_display_value</title>
<updated>2014-05-20T15:03:51+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-05-20T15:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=218b94e60696de649407f9292359e02e5daa787d'/>
<id>218b94e60696de649407f9292359e02e5daa787d</id>
<content type='text'>
Allow customising ChoiceField blank display value</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow customising ChoiceField blank display value</pre>
</div>
</content>
</entry>
<entry>
<title>fix pep8</title>
<updated>2014-05-19T01:53:05+00:00</updated>
<author>
<name>allenhu</name>
</author>
<published>2014-05-16T22:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a1a3ad763996b9ab5535bc5d442c2d6fab10b7cc'/>
<id>a1a3ad763996b9ab5535bc5d442c2d6fab10b7cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing import.</title>
<updated>2014-05-16T17:40:02+00:00</updated>
<author>
<name>Xavier Ordoquy</name>
</author>
<published>2014-05-16T17:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5c12b0768166376783d62632e562f0c1301ee847'/>
<id>5c12b0768166376783d62632e562f0c1301ee847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
