- 14 Oct, 2015 2 commits
-
-
fix typo for adding jquery string in AdminRenderer
José Padilla committed -
Aider Ibragimov committed
-
- 12 Oct, 2015 2 commits
-
-
Update versioning.md
Xavier Ordoquy committed -
Changed settings attribute 'VERSION_PARAMETER' --> to 'VERSION_PARAM'.
demokrates committed
-
- 09 Oct, 2015 2 commits
-
-
Update compat.py
Xavier Ordoquy committed -
try to import guardian if it's in INSTALLED_APPS
Dulmandakh committed
-
- 08 Oct, 2015 2 commits
-
-
Fix codecov on Travis CI
Tom Christie committed -
The coverage report needs to be explicitly created with arguments passed in to pytest-cov
Nic Young committed
-
- 03 Oct, 2015 1 commit
-
-
Added django-rest-framework-social-oauth2 to list of third party packages
Xavier Ordoquy committed
-
- 02 Oct, 2015 2 commits
-
-
Philip Garnero committed
-
Use serializers.ValidationError in AuthTokenSerializer
Tom Christie committed
-
- 01 Oct, 2015 3 commits
-
-
Small doc typo `throttles` --> `throttling`
Xavier Ordoquy committed -
Andrew committed
-
Per django rest framework docs, and to prevent confusion with Django's ValidationError, `serializers.ValidationError` is preferred to `exceptions.ValidationError`.
Marlon committed
-
- 30 Sep, 2015 2 commits
-
-
Added drf-haystack to third party resources
Xavier Ordoquy committed -
Rolf Håvard Blindheim committed
-
- 29 Sep, 2015 2 commits
-
-
Fixed minor doc typo.
Xavier Ordoquy committed -
Philippe Ombredanne committed
-
- 28 Sep, 2015 15 commits
-
-
Added JSONField.
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Remove content overriding
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Django 1.9 support
Tom Christie committed -
Tom Christie committed
-
Drop django 16
Tom Christie committed -
Merge branch 'drop-django-16' oft https://github.com/carltongibson/django-rest-framework into carltongibson-drop-django-16 Conflicts: docs/topics/release-notes.md
Tom Christie committed -
Compat updates for version 3.3
Tom Christie committed -
Conflicts: docs/topics/release-notes.md
Tom Christie committed
-
- 24 Sep, 2015 2 commits
-
-
Access settings lazily, not at module import.
Tom Christie committed -
Use model error_messages when available
Tom Christie committed
-
- 23 Sep, 2015 4 commits
-
-
fixing a trivial HTML tag which is closed twice
José Padilla committed -
In the automatically applied UniqueValidator, use the error message from error_messages defined in the model instead of the generic default UniqueValidator message. This fixes #2878.
Stian Jensen committed -
Guard against calling `serializer.data` before `serializer.save()`
Tom Christie committed -
Mads Jensen committed
-
- 22 Sep, 2015 1 commit
-
-
Release/3.2.4
Xavier Ordoquy committed
-