<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework, branch 3.0-beta</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 rendering HTML form when API error raised. Closes #2103.</title>
<updated>2014-11-20T16:14:51+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-20T16:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5b671cb515cf49bc0335bdaa7ca0759827eb844d'/>
<id>5b671cb515cf49bc0335bdaa7ca0759827eb844d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3 fix - .items is not a list.</title>
<updated>2014-11-20T14:26:40+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-20T14:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=1aa58d16be0e96c7337b1d6bef928c9542c72741'/>
<id>1aa58d16be0e96c7337b1d6bef928c9542c72741</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve PUT and POST buttons in browsable API</title>
<updated>2014-11-20T13:43:38+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-20T13:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=6ec96d0bac1e738aceec9f8c21282c172120c7ac'/>
<id>6ec96d0bac1e738aceec9f8c21282c172120c7ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --- null option for selects. Closes #2096.</title>
<updated>2014-11-20T12:38:08+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-20T12:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=9c6bead8b6d3f9ae11e9859ed305e8d0f7a9e0d8'/>
<id>9c6bead8b6d3f9ae11e9859ed305e8d0f7a9e0d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for defaulting empty HTML fields to '', None, or empty.</title>
<updated>2014-11-20T12:15:33+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-20T12:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=6794b3380a32b53fa88547a8b2a2b34834fe4df7'/>
<id>6794b3380a32b53fa88547a8b2a2b34834fe4df7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make _force_text_recursive private.</title>
<updated>2014-11-20T12:02:58+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-20T12:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=7d417fc67864fc4c1c340eeae276cea0d5d428b1'/>
<id>7d417fc67864fc4c1c340eeae276cea0d5d428b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix non-determanistic default bug. Closes #2099.</title>
<updated>2014-11-20T09:30:49+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-20T09:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=bde725541359de1fef785801fc5dad98e70a8e2f'/>
<id>bde725541359de1fef785801fc5dad98e70a8e2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix non-determanistic unique constraint mapping. Refs #2092.</title>
<updated>2014-11-19T14:51:49+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-19T14:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=40b1ea919b00bd8bf1f53f8eb8bf33a498b237b8'/>
<id>40b1ea919b00bd8bf1f53f8eb8bf33a498b237b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor fix for #2092.</title>
<updated>2014-11-19T14:40:30+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-19T14:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=851628107842a5bf84725247a42cae1ac90decf6'/>
<id>851628107842a5bf84725247a42cae1ac90decf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply defaults and requiredness to unique_together fields. Closes #2092.</title>
<updated>2014-11-19T13:55:10+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-19T13:55:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8586290df80ac8448d71cdb3326bc822c399cad1'/>
<id>8586290df80ac8448d71cdb3326bc822c399cad1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
