<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/djangorestframework/tests, branch 0.3.3</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>Delete robots.txt, favicon.ico views; Move style to a new static namespace</title>
<updated>2012-02-14T02:25:59+00:00</updated>
<author>
<name>Paul Oswald</name>
</author>
<published>2012-02-14T02:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=9c8ca51c78b96835d4f2aa09bdf38d5c9dc01102'/>
<id>9c8ca51c78b96835d4f2aa09bdf38d5c9dc01102</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure duplicate "page" parameters are not created</title>
<updated>2012-02-07T11:08:55+00:00</updated>
<author>
<name>Jamie Matthews</name>
</author>
<published>2012-02-07T11:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=76a7d35813b637bb199a0d388468f9265f8adaf2'/>
<id>76a7d35813b637bb199a0d388468f9265f8adaf2</id>
<content type='text'>
Previously, URLObject.add_query_param was used to generate
next/previous page links in PaginatorMixin. This resulted
in (for example) page 2's "next" link having the params:

   ?page=2&amp;page=3

Instead, URLObject.set_query_param should be used to replace
the current value of the "page" parameter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, URLObject.add_query_param was used to generate
next/previous page links in PaginatorMixin. This resulted
in (for example) page 2's "next" link having the params:

   ?page=2&amp;page=3

Instead, URLObject.set_query_param should be used to replace
the current value of the "page" parameter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use named args in mixin tests.</title>
<updated>2012-01-29T13:20:03+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-01-29T13:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c7a805603405e21897b1788408beb5165685a2ec'/>
<id>c7a805603405e21897b1788408beb5165685a2ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring get_name/get_description</title>
<updated>2012-01-25T20:39:01+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-01-25T20:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c1fe5da85f936453a592fa683928672bb1911217'/>
<id>c1fe5da85f936453a592fa683928672bb1911217</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'btimby/description'</title>
<updated>2012-01-25T19:53:04+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-01-25T19:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=f5e54c7c32e8f42c55947e53ce841622177f6c95'/>
<id>f5e54c7c32e8f42c55947e53ce841622177f6c95</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 #144 from btimby/master</title>
<updated>2012-01-24T20:25:32+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2012-01-24T20:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=df07616c6cd67c5f73b53a1d8f1cdd52d4f5594e'/>
<id>df07616c6cd67c5f73b53a1d8f1cdd52d4f5594e</id>
<content type='text'>
Fix test_with_content_type_args to pass regardless of JSON library idiosyncracies</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix test_with_content_type_args to pass regardless of JSON library idiosyncracies</pre>
</div>
</content>
</entry>
<entry>
<title>Modified test case to pass regardless of JSON library</title>
<updated>2012-01-24T19:36:34+00:00</updated>
<author>
<name>Ben Timby</name>
</author>
<published>2012-01-24T19:36:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d3ec860dd1fedf27042b3d08bf6c7e4f4adbddc9'/>
<id>d3ec860dd1fedf27042b3d08bf6c7e4f4adbddc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified test case to pass regardless of JSON library</title>
<updated>2012-01-24T19:34:29+00:00</updated>
<author>
<name>Ben Timby</name>
</author>
<published>2012-01-24T19:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=54caf6d7ba8b53cb74774535f2ecd8584a9b2cfd'/>
<id>54caf6d7ba8b53cb74774535f2ecd8584a9b2cfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored get_name()/get_description()</title>
<updated>2012-01-23T18:32:37+00:00</updated>
<author>
<name>Ben Timby</name>
</author>
<published>2012-01-23T18:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=7fa3a214fbd33dac61d3f8836e2c4aeda3149647'/>
<id>7fa3a214fbd33dac61d3f8836e2c4aeda3149647</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for testcase test_with_content_type_args</title>
<updated>2012-01-23T18:18:38+00:00</updated>
<author>
<name>Ben Timby</name>
</author>
<published>2012-01-23T18:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=2d8739115c8b82267f1006f636f05b116539e0dd'/>
<id>2d8739115c8b82267f1006f636f05b116539e0dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
