- 05 Feb, 2015 5 commits
-
-
José Padilla committed
-
José Padilla committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 04 Feb, 2015 4 commits
-
-
Merge branch 'version-3.1-2489' of git://github.com/brandoncazander/django-rest-framework into brandoncazander-version-3.1-2489
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 03 Feb, 2015 4 commits
-
-
Brandon Cazander committed
-
Tom Christie committed
-
Brandon Cazander committed
-
Brandon Cazander committed
-
- 01 Feb, 2015 2 commits
-
-
Conflicts: rest_framework/serializers.py
José Padilla committed -
José Padilla committed
-
- 31 Jan, 2015 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 30 Jan, 2015 5 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
José Padilla committed
-
Tom Christie committed
-
Tom Christie committed
-
- 29 Jan, 2015 3 commits
-
-
Cleanup '.model' shortcut from code and docs
Tom Christie committed -
Tymur Maryokhin committed
-
Tymur Maryokhin committed
-
- 28 Jan, 2015 8 commits
-
-
Update filtering.md
Tom Christie committed -
Updated links for django-guardian package.
mareknaskret committed -
ManyRelatedField.get_value clearing field on partial update
Tom Christie committed -
Use the proper db_table argument when constructing meta
Tom Christie committed -
Reload api_settings when using Django's 'override_settings'
Tom Christie committed -
Lucas Wiman committed
-
Clone the versioning_scheme when necessary. Fixes #2477
José Padilla committed -
Brandon Cazander committed
-
- 27 Jan, 2015 7 commits
-
-
Xavier Ordoquy committed
-
Release notes for 3.0.4
Xavier Ordoquy committed -
Susan Dreher committed
-
Susan Dreher committed
-
🐛 A PATCH to a serializer's non-related CharField was clearing an ancillary StringRelatedField(many=True) field. The issue appears to be in the ManyRelatedField's get_value method, which was returning a [] instead of empty when the request data was a MultiDict. This fix mirrors code in fields.py, class Field, get_value, Ln. 272, which explicitly returns empty on a partial update. Tests added to demonstrate the issue.
Susan Dreher committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-