<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/docs/tutorial, branch 2.3.9</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Update 3-class-based-views.md</title>
<updated>2013-10-18T08:32:04+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-10-18T08:32:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c3aeb16557f2cbb1c1218b5af7bab646e4958234'/>
<id>c3aeb16557f2cbb1c1218b5af7bab646e4958234</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 #1177 from rprince/patch-2</title>
<updated>2013-10-18T08:30:17+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-10-18T08:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=016deaf9deab2cb3b0f96e1da1ddad93103d70ce'/>
<id>016deaf9deab2cb3b0f96e1da1ddad93103d70ce</id>
<content type='text'>
Mention name of file to edit</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mention name of file to edit</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1178 from rprince/patch-3</title>
<updated>2013-10-18T08:16:51+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-10-18T08:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=44a0f1cfbcecec30b461ceec237854180a75e2bb'/>
<id>44a0f1cfbcecec30b461ceec237854180a75e2bb</id>
<content type='text'>
Using the filenames where relevant</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the filenames where relevant</pre>
</div>
</content>
</entry>
<entry>
<title>Update 2-requests-and-responses.md</title>
<updated>2013-10-18T08:10:54+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-10-18T08:10:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=78c8e6de40f89580b9a4cefb6595d52bc1a6afbc'/>
<id>78c8e6de40f89580b9a4cefb6595d52bc1a6afbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using the filenames where relevant</title>
<updated>2013-10-16T02:21:43+00:00</updated>
<author>
<name>Rikki</name>
</author>
<published>2013-10-16T02:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=bf6084895263f827a80191fd6ed4eb437b555f9a'/>
<id>bf6084895263f827a80191fd6ed4eb437b555f9a</id>
<content type='text'>
Sometimes it's hard to tell which file the code is intended to go in. Now it spells it out.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes it's hard to tell which file the code is intended to go in. Now it spells it out.</pre>
</div>
</content>
</entry>
<entry>
<title>Mention name of file to edit</title>
<updated>2013-10-16T02:08:43+00:00</updated>
<author>
<name>Rikki</name>
</author>
<published>2013-10-16T02:08:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=cb123e896ed2dca230088296db9663af5a53252d'/>
<id>cb123e896ed2dca230088296db9663af5a53252d</id>
<content type='text'>
To reduce unnecessary cognitive load of the learner, name the file they are putting this code in.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To reduce unnecessary cognitive load of the learner, name the file they are putting this code in.</pre>
</div>
</content>
</entry>
<entry>
<title>Added name of file to edit</title>
<updated>2013-10-16T02:03:51+00:00</updated>
<author>
<name>Rikki</name>
</author>
<published>2013-10-16T02:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e83bc003234418fc6b21b841de216319491bd38d'/>
<id>e83bc003234418fc6b21b841de216319491bd38d</id>
<content type='text'>
So reader doesn't have to remember, or check through all the files to find where this code fragment was, mention the file name when it is relevant.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So reader doesn't have to remember, or check through all the files to find where this code fragment was, mention the file name when it is relevant.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1157 from dpetzel/tutorial_authentication</title>
<updated>2013-10-11T07:36:55+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-10-11T07:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=97fbc5caec24474ddca9901ad145486a19964faf'/>
<id>97fbc5caec24474ddca9901ad145486a19964faf</id>
<content type='text'>
Be sure to import UserSerializer</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Be sure to import UserSerializer</pre>
</div>
</content>
</entry>
<entry>
<title>Be sure to import UserSerializer</title>
<updated>2013-10-06T03:16:58+00:00</updated>
<author>
<name>dpetzel</name>
</author>
<published>2013-10-06T03:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=864497eebbd39ab3e811c589a44a43176caef1bf'/>
<id>864497eebbd39ab3e811c589a44a43176caef1bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>**very minor** typo fix</title>
<updated>2013-10-05T23:29:25+00:00</updated>
<author>
<name>dpetzel</name>
</author>
<published>2013-10-05T23:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=48a38386afb8a8619d2f089ebce364c7a0a845b4'/>
<id>48a38386afb8a8619d2f089ebce364c7a0a845b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
