<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework, branch version-2.4.x</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Merge pull request #2819 from xrmx/update-2.4-docs-url</title>
<updated>2015-04-13T11:22:12+00:00</updated>
<author>
<name>Xavier Ordoquy</name>
</author>
<published>2015-04-13T11:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=601b2241c9d5e6f20f9baefc8ada67cf55d191b4'/>
<id>601b2241c9d5e6f20f9baefc8ada67cf55d191b4</id>
<content type='text'>
Update 2.4 docs url</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update 2.4 docs url</pre>
</div>
</content>
</entry>
<entry>
<title>Update 2.4 docs url</title>
<updated>2015-04-10T07:59:18+00:00</updated>
<author>
<name>Riccardo Magliocchetti</name>
</author>
<published>2015-04-10T07:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d1b883e1598dcf25a3104d5f4d91406074d46958'/>
<id>d1b883e1598dcf25a3104d5f4d91406074d46958</id>
<content type='text'>
Point to version 2 docs instead of the latest and greatest docs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Point to version 2 docs instead of the latest and greatest docs.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2755 from rouge8/tab-switching-backport</title>
<updated>2015-04-08T21:17:12+00:00</updated>
<author>
<name>Xavier Ordoquy</name>
</author>
<published>2015-04-08T21:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=58f9603f703138cbd6749c64dd7da2d41468fc99'/>
<id>58f9603f703138cbd6749c64dd7da2d41468fc99</id>
<content type='text'>
Backport 7872d0acbffeea5f4420aae5627f8767c6418ba3 to 2.4.x</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport 7872d0acbffeea5f4420aae5627f8767c6418ba3 to 2.4.x</pre>
</div>
</content>
</entry>
<entry>
<title>Pin flake8 2.4.0 and pep8 1.5.7</title>
<updated>2015-03-24T19:32:31+00:00</updated>
<author>
<name>Andy Freeland</name>
</author>
<published>2015-03-24T19:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=2a6f25c5f9d45cfe04e93e0421ff8982e29986f6'/>
<id>2a6f25c5f9d45cfe04e93e0421ff8982e29986f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version bump and release notes update for 2.4.5</title>
<updated>2015-03-24T19:32:10+00:00</updated>
<author>
<name>Andy Freeland</name>
</author>
<published>2015-03-23T16:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=f7fc754bc916ba41288328cc3d0434225739a4f0'/>
<id>f7fc754bc916ba41288328cc3d0434225739a4f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Escape tab switching cookie</title>
<updated>2015-03-23T16:00:49+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2015-03-23T11:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=9401eccbfab0ecd5f29414eab01e887c56e6e548'/>
<id>9401eccbfab0ecd5f29414eab01e887c56e6e548</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 #2140 from sicarrots/fix_get_component</title>
<updated>2014-11-27T12:22:14+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-27T12:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=67ae6b2552324ae25f31e71451ce6ff3cf2b79e4'/>
<id>67ae6b2552324ae25f31e71451ce6ff3cf2b79e4</id>
<content type='text'>
Fixed get_component method in Field to get working with subclassess of collections.Mapping</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed get_component method in Field to get working with subclassess of collections.Mapping</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed get_component method in Field to get working with subclassess of collections.Mapping</title>
<updated>2014-11-27T12:09:59+00:00</updated>
<author>
<name>Karol Sikora</name>
</author>
<published>2014-11-26T15:06:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=83f446fc475c8800298bbe5314659e82400a4709'/>
<id>83f446fc475c8800298bbe5314659e82400a4709</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix URL escaping</title>
<updated>2014-11-03T11:29:48+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-03T11:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=650a91ac24cbd3e5b4ad5d7d7c6706fdf6160a78'/>
<id>650a91ac24cbd3e5b4ad5d7d7c6706fdf6160a78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 2.4.4</title>
<updated>2014-11-03T11:20:18+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-03T11:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=96bb77dc35a75df0fd9ad2fabb0f4661b2485600'/>
<id>96bb77dc35a75df0fd9ad2fabb0f4661b2485600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
