<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework/templates, 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 mismatch between template blocks and docs.</title>
<updated>2013-02-06T12:35:05+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-02-06T12:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=4788c87b76782b828d4c504e8a5deab4e07ebcd4'/>
<id>4788c87b76782b828d4c504e8a5deab4e07ebcd4</id>
<content type='text'>
Fixes #639.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #639.
</pre>
</div>
</content>
</entry>
<entry>
<title>Login page styles fix. Closes #618. Made with :cookie:</title>
<updated>2013-01-28T12:01:44+00:00</updated>
<author>
<name>Michael Elovskikh</name>
</author>
<published>2013-01-28T12:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=cb5cc70cbac7531693594a416a0397db61dda94c'/>
<id>cb5cc70cbac7531693594a416a0397db61dda94c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>correcting template: closing tag was missing</title>
<updated>2013-01-15T12:46:41+00:00</updated>
<author>
<name>Johannes Spielmann</name>
</author>
<published>2013-01-15T12:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e67b23f1ace59f237f260075501a8fbf636b60f1'/>
<id>e67b23f1ace59f237f260075501a8fbf636b60f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>missing rest_framework templatetags for statics in login template</title>
<updated>2012-12-30T04:24:05+00:00</updated>
<author>
<name>Sebastien Beal</name>
</author>
<published>2012-12-30T04:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b1e6b58c9729c77dda3b73b47142eff3d29935c9'/>
<id>b1e6b58c9729c77dda3b73b47142eff3d29935c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include 'static' template tag to enable 1.3 compatible staticfiles behaviour</title>
<updated>2012-12-28T12:36:28+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-12-28T12:36:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=acdb69be527f48b245a0e8cd14a3628a3c75347a'/>
<id>acdb69be527f48b245a0e8cd14a3628a3c75347a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace get_static_prefix templatetag with static</title>
<updated>2012-12-26T21:35:03+00:00</updated>
<author>
<name>Roman Akinfold</name>
</author>
<published>2012-12-26T21:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5ae7786930ea0e6ec35f81ca7a38f36a80a4c6b7'/>
<id>5ae7786930ea0e6ec35f81ca7a38f36a80a4c6b7</id>
<content type='text'>
so now static files urls in html view are correct if we use cloud
storage to serve static files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so now static files urls in html view are correct if we use cloud
storage to serve static files
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge master</title>
<updated>2012-11-01T23:11:28+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-01T23:11:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=36e21153fbc60579c49e46c3f6488ff7bcb1f6ff'/>
<id>36e21153fbc60579c49e46c3f6488ff7bcb1f6ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Relational field support in browseable API.</title>
<updated>2012-11-01T23:04:13+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-11-01T23:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d327c5f531b341ad980d20454211b02b87f34d0e'/>
<id>d327c5f531b341ad980d20454211b02b87f34d0e</id>
<content type='text'>
Add slug relational fields.
Add quickstart.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add slug relational fields.
Add quickstart.
</pre>
</div>
</content>
</entry>
<entry>
<title>Style tweaks</title>
<updated>2012-10-29T14:41:33+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-10-29T14:41:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ee8ab283f091b73e284c74a11882f910a04eb2de'/>
<id>ee8ab283f091b73e284c74a11882f910a04eb2de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up login styling</title>
<updated>2012-10-29T13:57:46+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-10-29T13:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=dfcb560f8f8343d9ffa3cbe24e2036fd4cd55acf'/>
<id>dfcb560f8f8343d9ffa3cbe24e2036fd4cd55acf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
