<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/rest_framework/runtests, branch 2.3.10</title>
<subtitle>Web APIs for Django.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/'/>
<entry>
<title>necessary test settings for guardian</title>
<updated>2013-09-08T04:16:43+00:00</updated>
<author>
<name>bwreilly</name>
</author>
<published>2013-09-08T04:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=57d6b5fb7c2652bb4c68edd1bcc95be736b06b31'/>
<id>57d6b5fb7c2652bb4c68edd1bcc95be736b06b31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some properly failing tests, set up for standard permissions</title>
<updated>2013-09-06T17:35:06+00:00</updated>
<author>
<name>bwreilly</name>
</author>
<published>2013-09-06T17:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=b07de86ad372a185c05c1dd77ccd7bee3801996e'/>
<id>b07de86ad372a185c05c1dd77ccd7bee3801996e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use AUTH_USER_MODEL consistently between various Django versions. Closes #946</title>
<updated>2013-06-26T16:56:42+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-06-26T16:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=715bd47dfababd39be9b3295ada99f2107d7c00c'/>
<id>715bd47dfababd39be9b3295ada99f2107d7c00c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use absolute name imports for tests if django version is 1.6+.</title>
<updated>2013-05-29T08:18:38+00:00</updated>
<author>
<name>Xavier Ordoquy</name>
</author>
<published>2013-05-29T08:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=732269160f81f69dbf323c33b44e019599f330b6'/>
<id>732269160f81f69dbf323c33b44e019599f330b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated the dependencies version and added the ALLOWED_HOSTS for tests.</title>
<updated>2013-05-18T10:07:44+00:00</updated>
<author>
<name>Xavier Ordoquy</name>
</author>
<published>2013-05-18T10:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=ed0bd195f58ae6c0502f9c54cbd34681875adb14'/>
<id>ed0bd195f58ae6c0502f9c54cbd34681875adb14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge OAuth2 work.</title>
<updated>2013-03-07T17:43:13+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2013-03-07T17:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a4b33992a5e2affb710d0c16f2286d8ddc81f07c'/>
<id>a4b33992a5e2affb710d0c16f2286d8ddc81f07c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix import errors</title>
<updated>2013-03-06T21:42:09+00:00</updated>
<author>
<name>Pierre Dulac</name>
</author>
<published>2013-03-03T00:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8845c0be88bf68fa0e42d05c7196cd52d897623b'/>
<id>8845c0be88bf68fa0e42d05c7196cd52d897623b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only add the django-oauth2-provider apps if the module is installed</title>
<updated>2013-03-06T18:16:13+00:00</updated>
<author>
<name>Pierre Dulac</name>
</author>
<published>2013-03-02T19:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=cda21a306e8fdb713d26726964be10e2862140c3'/>
<id>cda21a306e8fdb713d26726964be10e2862140c3</id>
<content type='text'>
otherwise log a warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise log a warning
</pre>
</div>
</content>
</entry>
<entry>
<title>Add django-oauth2-provider to the installed apps</title>
<updated>2013-03-01T01:07:53+00:00</updated>
<author>
<name>Pierre Dulac</name>
</author>
<published>2013-03-01T01:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=4e1f77db1ae48b156cb163a0853776cc23e230b5'/>
<id>4e1f77db1ae48b156cb163a0853776cc23e230b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>runtest.settings fixed if django-oauth-plus or oauth2 are not installed</title>
<updated>2013-02-26T10:27:06+00:00</updated>
<author>
<name>swistakm</name>
</author>
<published>2013-02-26T10:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a4304458f5a07acc400b7630a59a4a0996e166d9'/>
<id>a4304458f5a07acc400b7630a59a4a0996e166d9</id>
<content type='text'>
oauth_provider can be added to INSTALLED_APPS only if these packages are installed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
oauth_provider can be added to INSTALLED_APPS only if these packages are installed
</pre>
</div>
</content>
</entry>
</feed>
