<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework, 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>Version 2.3.9</title>
<updated>2013-11-15T13:55:36+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-11-15T13:55:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=7a0e2ed6f6ce2f3b33af2c228f1895273eb9bc73'/>
<id>7a0e2ed6f6ce2f3b33af2c228f1895273eb9bc73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Undo version bump</title>
<updated>2013-11-13T12:06:59+00:00</updated>
<author>
<name>Alex</name>
</author>
<published>2013-11-13T12:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=e29942948f320088fbbf9a08cfd8579e0ef2e26f'/>
<id>e29942948f320088fbbf9a08cfd8579e0ef2e26f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version</title>
<updated>2013-11-12T23:46:01+00:00</updated>
<author>
<name>Alex</name>
</author>
<published>2013-11-12T23:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=f4e610248b94f9a7708ec564fc545ce41561e6c5'/>
<id>f4e610248b94f9a7708ec564fc545ce41561e6c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Typo on api-guide/fields.md and serializers.py</title>
<updated>2013-11-11T09:54:30+00:00</updated>
<author>
<name>Doğan Çeçen</name>
</author>
<published>2013-11-11T09:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=fd2c291c4d9243937a31e0e6f523016067824b83'/>
<id>fd2c291c4d9243937a31e0e6f523016067824b83</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 #1217 from benpbenp/master</title>
<updated>2013-11-08T15:15:40+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-11-08T15:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=470134ae9bbfcba71ccc07451b2485fba314723d'/>
<id>470134ae9bbfcba71ccc07451b2485fba314723d</id>
<content type='text'>
Fix object creation with reverse M2M when related_name unspecified</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix object creation with reverse M2M when related_name unspecified</pre>
</div>
</content>
</entry>
<entry>
<title>Fix object creation with reverse M2M when related_name unspecified</title>
<updated>2013-11-08T13:19:40+00:00</updated>
<author>
<name>Ben Pietravalle</name>
</author>
<published>2013-11-08T13:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b7b57adee2cc5a785a5df492424969c8ba311aa8'/>
<id>b7b57adee2cc5a785a5df492424969c8ba311aa8</id>
<content type='text'>
It seems that field.related_query_name() does not return the related_name
for reverse M2M relations when related_name is not explicitly set in the M2M field
definition.

So, change to use obj.get_accessor_name(), where obj is an instance of
RelatedObject, as are returned by a model's
_meta.get_all_related_many_to_many_objects(), or as in the tuples returned by
_meta.get_all_m2m_objects_with_model().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems that field.related_query_name() does not return the related_name
for reverse M2M relations when related_name is not explicitly set in the M2M field
definition.

So, change to use obj.get_accessor_name(), where obj is an instance of
RelatedObject, as are returned by a model's
_meta.get_all_related_many_to_many_objects(), or as in the tuples returned by
_meta.get_all_m2m_objects_with_model().
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a regression with ValidationError under Django 1.6</title>
<updated>2013-11-08T12:12:40+00:00</updated>
<author>
<name>Xavier Ordoquy</name>
</author>
<published>2013-11-08T12:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=d4a50429b098656e7a0855c6acf12f0aa4bc434f'/>
<id>d4a50429b098656e7a0855c6acf12f0aa4bc434f</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>
</feed>
