<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django-rest-framework/docs, branch version-2.4.x</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 bump and release notes update for 2.4.5</title>
<updated>2015-03-24T19:32:10+00:00</updated>
<author>
<name>Andy Freeland</name>
</author>
<published>2015-03-23T16:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=f7fc754bc916ba41288328cc3d0434225739a4f0'/>
<id>f7fc754bc916ba41288328cc3d0434225739a4f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 2.4.4</title>
<updated>2014-11-03T11:20:18+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-11-03T11:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=96bb77dc35a75df0fd9ad2fabb0f4661b2485600'/>
<id>96bb77dc35a75df0fd9ad2fabb0f4661b2485600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update authentication.md</title>
<updated>2014-10-29T20:31:36+00:00</updated>
<author>
<name>Andrew Conti</name>
</author>
<published>2014-10-29T20:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=f25f05dde58908ca6885c88499e4d5984f0f3502'/>
<id>f25f05dde58908ca6885c88499e4d5984f0f3502</id>
<content type='text'>
Based on the [new documentation](https://docs.djangoproject.com/en/dev/topics/auth/customizing/#django.contrib.auth.get_user_model) for Django 1.7 we should now use:

```python
@receiver(post_save, sender=settings.AUTH_USER_MODEL)
```
instead of:

```python 
@receiver(post_save, sender=get_user_model())
```
because `get_user_model()` only works once Django has imported all models. Otherwise you'll get: 

```python
django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet.
```
When trying to start your sever after adding token authentication.

From the Docs, ( linked above as well ) :
&gt;New in Django 1.7:
&gt;When connecting to signals sent by the User model, you should specify the custom model using the AUTH_USER_MODEL setting.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on the [new documentation](https://docs.djangoproject.com/en/dev/topics/auth/customizing/#django.contrib.auth.get_user_model) for Django 1.7 we should now use:

```python
@receiver(post_save, sender=settings.AUTH_USER_MODEL)
```
instead of:

```python 
@receiver(post_save, sender=get_user_model())
```
because `get_user_model()` only works once Django has imported all models. Otherwise you'll get: 

```python
django.core.exceptions.AppRegistryNotReady: Models aren't loaded yet.
```
When trying to start your sever after adding token authentication.

From the Docs, ( linked above as well ) :
&gt;New in Django 1.7:
&gt;When connecting to signals sent by the User model, you should specify the custom model using the AUTH_USER_MODEL setting.</pre>
</div>
</content>
</entry>
<entry>
<title>Add docs regarding linking third party packages</title>
<updated>2014-10-17T12:58:31+00:00</updated>
<author>
<name>José Padilla</name>
</author>
<published>2014-10-17T12:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=11edd01c34debbe3b689da91efd63cddab7b28c4'/>
<id>11edd01c34debbe3b689da91efd63cddab7b28c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add to main 3rd party resources list.</title>
<updated>2014-10-16T13:16:13+00:00</updated>
<author>
<name>konradhalas</name>
</author>
<published>2014-10-16T13:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=5e89994a10105b03b89abf0d0c9fee766942660e'/>
<id>5e89994a10105b03b89abf0d0c9fee766942660e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add djoser to authentication docs.</title>
<updated>2014-10-16T11:48:18+00:00</updated>
<author>
<name>konradhalas</name>
</author>
<published>2014-10-16T11:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=113a28ed8ad65d912180e8be7a92b679251b0249'/>
<id>113a28ed8ad65d912180e8be7a92b679251b0249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update links in 2.4-announcement.md</title>
<updated>2014-10-05T00:34:27+00:00</updated>
<author>
<name>Kevin London</name>
</author>
<published>2014-10-05T00:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=0803716ed034389a09305b7f037cb05d9ff5c57d'/>
<id>0803716ed034389a09305b7f037cb05d9ff5c57d</id>
<content type='text'>
The links to Django Rest Framework pages were 404ing because the URLs include a slash.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The links to Django Rest Framework pages were 404ing because the URLs include a slash.</pre>
</div>
</content>
</entry>
<entry>
<title>Update index.md</title>
<updated>2014-09-29T15:57:40+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-09-29T15:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=a8622adcd9f940131b63e91d53d2c49fcb89ee6a'/>
<id>a8622adcd9f940131b63e91d53d2c49fcb89ee6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove patterns and strings from urls #1898</title>
<updated>2014-09-23T21:10:02+00:00</updated>
<author>
<name>Collin Anderson</name>
</author>
<published>2014-09-23T21:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=da385c9c1f9deeeefd705154a6e6612d6d62f41b'/>
<id>da385c9c1f9deeeefd705154a6e6612d6d62f41b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop 'No major point releases are currently planned.', cos they are.</title>
<updated>2014-09-19T13:31:28+00:00</updated>
<author>
<name>Tom Christie</name>
</author>
<published>2014-09-19T13:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/django-rest-framework/commit/?id=8495cd898a5d34f00858a379b54e39cd19ded215'/>
<id>8495cd898a5d34f00858a379b54e39cd19ded215</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
