<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework/tests, 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>Merge branch 'master' into allow-aggregate-ordering</title>
<updated>2013-11-12T23:40:24+00:00</updated>
<author>
<name>Alex</name>
</author>
<published>2013-11-12T23:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5136798a040fc306a37b562c7cd629ab34bc02e3'/>
<id>5136798a040fc306a37b562c7cd629ab34bc02e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add queryset aggregates to allowed fields in OrderingFilter</title>
<updated>2013-11-12T23:40:07+00:00</updated>
<author>
<name>Alex</name>
</author>
<published>2013-11-12T23:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d1dc68d7550e90ba56a3122f8de1f38bb5aa1e3a'/>
<id>d1dc68d7550e90ba56a3122f8de1f38bb5aa1e3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop u'' prefix for python 3.x compatibility</title>
<updated>2013-11-06T11:51:40+00:00</updated>
<author>
<name>Mathieu Pillard</name>
</author>
<published>2013-11-06T11:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5829eb7a5b0d45fe668d7ce1ad394a7b5966c70d'/>
<id>5829eb7a5b0d45fe668d7ce1ad394a7b5966c70d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve handling of 'empty' values for ChoiceField</title>
<updated>2013-11-05T16:21:18+00:00</updated>
<author>
<name>Mathieu Pillard</name>
</author>
<published>2013-11-05T16:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=53258908210b1eabd0ee204653a589d6579ac772'/>
<id>53258908210b1eabd0ee204653a589d6579ac772</id>
<content type='text'>
The empty value defaults back to '' (for backwards-compatibility) but
is changed automatically to None for ModelSerializers if the `null`
property is set on the db field.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The empty value defaults back to '' (for backwards-compatibility) but
is changed automatically to None for ModelSerializers if the `null`
property is set on the db field.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed UnicodeEncodeError when POST JSON via web interface; added test</title>
<updated>2013-10-24T11:52:52+00:00</updated>
<author>
<name>alexanderlukanin13</name>
</author>
<published>2013-10-24T11:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=6b3500b684a43fb67c42231859fa27cf5193298a'/>
<id>6b3500b684a43fb67c42231859fa27cf5193298a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove stray func from test</title>
<updated>2013-10-21T21:26:21+00:00</updated>
<author>
<name>Ross McFarland</name>
</author>
<published>2013-10-21T21:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=c36122a7ba2cdc69f94f5732f26428329be54200'/>
<id>c36122a7ba2cdc69f94f5732f26428329be54200</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>paginator should validate page and provide default</title>
<updated>2013-10-20T04:11:27+00:00</updated>
<author>
<name>Ross McFarland</name>
</author>
<published>2013-10-20T03:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=63e6a3b4925bf54e80ae63502a0353136e846b31'/>
<id>63e6a3b4925bf54e80ae63502a0353136e846b31</id>
<content type='text'>
- use the standard paginator.validate_number method rather
  strict_postive_int.
- support optional paginator method, default_page_number, to get the default
  page number rather than hard-coding it to 1
- this allows supporting non-integer based pagination which can be an
  important performance tweak on extermely large datasets or high request
  loads
- relatively thorough unit tests of the changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use the standard paginator.validate_number method rather
  strict_postive_int.
- support optional paginator method, default_page_number, to get the default
  page number rather than hard-coding it to 1
- this allows supporting non-integer based pagination which can be an
  important performance tweak on extermely large datasets or high request
  loads
- relatively thorough unit tests of the changes
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1170 from craigds/write-into-foreignkey-with-source</title>
<updated>2013-10-17T14:59:29+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-10-17T14:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=2394f05e5a0a566366b066081002bfcf9a290589'/>
<id>2394f05e5a0a566366b066081002bfcf9a290589</id>
<content type='text'>
fix writing into foreign key with non-null source</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix writing into foreign key with non-null source</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1112 from tamakisquare/issue-1111</title>
<updated>2013-10-17T14:31:15+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-10-17T14:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=6a40202a644055808bde355471b1400264d0dada'/>
<id>6a40202a644055808bde355471b1400264d0dada</id>
<content type='text'>
Test case and fix for issue 1111</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test case and fix for issue 1111</pre>
</div>
</content>
</entry>
<entry>
<title>Fix decimal support with YAMLRenderer</title>
<updated>2013-10-16T23:08:24+00:00</updated>
<author>
<name>badaud_t</name>
</author>
<published>2013-10-16T23:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b730aec0f46e2b849b3c597bcf1a1bcdc158e415'/>
<id>b730aec0f46e2b849b3c597bcf1a1bcdc158e415</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
