<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/djangorestframework/tests/breadcrumbs.py, branch 2.3.11</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Remove old 'djangorestframework directories</title>
<updated>2012-09-20T12:19:43+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-09-20T12:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=87dae4d8549c02fa9a57adb3bb876d249dae1f79'/>
<id>87dae4d8549c02fa9a57adb3bb876d249dae1f79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>View -&gt; APIView</title>
<updated>2012-09-03T15:54:17+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-09-03T15:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a092a72844705e3129b8996b81d8424997b5d37f'/>
<id>a092a72844705e3129b8996b81d8424997b5d37f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>whitespace fixes</title>
<updated>2011-12-29T13:31:12+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-12-29T13:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=07349597ab936dc9887caa70b5d7d2860c897b12'/>
<id>07349597ab936dc9887caa70b5d7d2860c897b12</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 breadcrumbs to only breadcrumb for REST framework Views</title>
<updated>2011-05-24T09:40:35+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-05-24T09:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=eafda8550800a98aa37571df0cef78e32521a89b'/>
<id>eafda8550800a98aa37571df0cef78e32521a89b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow views to return HttpResponses.  Add initial() hook method</title>
<updated>2011-05-24T09:27:24+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-05-24T09:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=370274f5640d55ef71422f7a2440710a43ff900e'/>
<id>370274f5640d55ef71422f7a2440710a43ff900e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Decouple views and resources</title>
<updated>2011-05-04T08:21:17+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-05-04T08:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d373b3a067796b8e181be9368fa24e89c572c45e'/>
<id>d373b3a067796b8e181be9368fa24e89c572c45e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More refactoring - move various less core stuff into utils etc</title>
<updated>2011-04-29T13:32:56+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-04-29T13:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b358fbdbe9cbd4ce644c4b2c7b9b4cec0811e14e'/>
<id>b358fbdbe9cbd4ce644c4b2c7b9b4cec0811e14e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>emitters -&gt; renderers</title>
<updated>2011-04-28T18:54:30+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2011-04-28T18:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=93aa065fa92f64472a3ee80564020a81776be742'/>
<id>93aa065fa92f64472a3ee80564020a81776be742</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Yowzers.  Final big bunch of refactoring for 0.1 release.  Now support Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test.  All sorts of goodness.  Getting ready to push this out now.</title>
<updated>2011-02-19T10:26:27+00:00</updated>
<author>
<name>tom christie tom@tomchristie.com</name>
</author>
<published>2011-02-19T10:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=805aa03ec1871f6a766d9052b348ddce9e9843c3'/>
<id>805aa03ec1871f6a766d9052b348ddce9e9843c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
