- 22 Apr, 2015 3 commits
-
-
Update release script.
Xavier Ordoquy committed -
Update 2.4 docs url for real
Xavier Ordoquy committed -
Missed the important hunk
Riccardo Magliocchetti committed
-
- 13 Apr, 2015 1 commit
-
-
Update 2.4 docs url
Xavier Ordoquy committed
-
- 10 Apr, 2015 1 commit
-
-
Point to version 2 docs instead of the latest and greatest docs.
Riccardo Magliocchetti committed
-
- 08 Apr, 2015 1 commit
-
-
Backport 7872d0ac to 2.4.x
Xavier Ordoquy committed
-
- 24 Mar, 2015 2 commits
-
-
Andy Freeland committed
-
Andy Freeland committed
-
- 23 Mar, 2015 1 commit
-
-
Tom Christie committed
-
- 27 Nov, 2014 2 commits
-
-
Fixed get_component method in Field to get working with subclassess of collections.Mapping
Tom Christie committed -
Karol Sikora committed
-
- 03 Nov, 2014 3 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 31 Oct, 2014 3 commits
-
-
Set up serializer fields lazily on-demand.
Tom Christie committed -
Fix follow does not work on get of APIRequestFactory
Tom Christie committed -
Frameworks throws AssertionError saying you cannot set required=True and...
Tom Christie committed
-
- 29 Oct, 2014 3 commits
-
-
docs(api-guide/authentication): updated to reflect new standards in Django 1.7
Xavier Ordoquy committed -
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 ) : >New in Django 1.7: >When connecting to signals sent by the User model, you should specify the custom model using the AUTH_USER_MODEL setting.
Andrew Conti committed -
Use PYTHONDONTWRITEBYTECODE=1 on tox environment
Carlton Gibson committed
-
- 28 Oct, 2014 1 commit
-
-
This fixes bad marshal data errors after running tests with tox and later running tests manually via runtests.py. Fixes #1957
José Padilla committed
-
- 22 Oct, 2014 1 commit
-
-
Maintain order of views on router for api root view.
Tom Christie committed
-
- 20 Oct, 2014 2 commits
-
-
wider compatability.
Erik Wickstrom committed -
Erik Wickstrom committed
-
- 17 Oct, 2014 3 commits
-
-
This avoids AppRegistryNotReady problems in Django 1.7 with nested serializers, which are instantiated at import time, possibly before Django's app registry is fully populated.
Carl Meyer committed -
Add docs regarding linking third party packages
Tom Christie committed -
José Padilla committed
-
- 16 Oct, 2014 3 commits
-
-
Add djoser to authentication docs
Tom Christie committed -
konradhalas committed
-
konradhalas committed
-
- 06 Oct, 2014 1 commit
-
-
Handle follow just like Django's Client.
Jones Chi committed
-
- 05 Oct, 2014 2 commits
-
-
Update links in 2.4-announcement.md
Tom Christie committed -
The links to Django Rest Framework pages were 404ing because the URLs include a slash.
Kevin London committed
-
- 02 Oct, 2014 1 commit
-
-
[templates/rest_framework/base.html] Separate IDs for POST and PUT forms
Carlton Gibson committed
-
- 29 Sep, 2014 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 26 Sep, 2014 1 commit
-
-
[templates/rest_framework/base.html] Separate `object-form' and `generic-content-form' IDs for POST and PUT forms Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
Anton D. Kachalov committed
-
- 24 Sep, 2014 3 commits
-
-
Correctly propagate cloned_request for OPTIONS
Tom Christie committed -
Remove patterns and strings from urls in tutorial.
Tom Christie committed -
José Padilla committed
-