aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-03-20Merge pull request #1474 from elmehdikarami/masterTom Christie
Update serializers.py
2014-03-19Update serializers.pyelmkarami
2014-03-19Update serializers.pyelmkarami
Prevent iterating over a string that is supposed to be an iterable <==> Prevent read_only_fields = ('some_string)
2014-03-19Update serializers.pyelmkarami
Prevent iterating over a string that is supposed to be an iterable <==> Prevent read_only_fields = ('some_string)
2014-03-17Minor docs tweakTom Christie
2014-03-17Tweak DRF compound fields docsTom Christie
2014-03-17Merge pull request #1472 from estebistec/ref-compound-fieldsTom Christie
Serializer fields section for 3rd-party packages
2014-03-16Serializer fields section for 3rd-party packagesSteven Cummings
* Add new section to serializer fields page where we can list and link 3rd-party packages that provide more field types * Add an entry for drf-compound-fields
2014-03-07Merge pull request #1463 from linovia/bugfix/old_request_factory_url_argumentsXavier Ordoquy
Reintroduced url arguments in the urls for the tests.
2014-03-07Reintroduced url arguments in the urls for the tests.Xavier Ordoquy
2014-03-07Add Django 1.7 to toxTom Christie
2014-03-07Don't barf if PIL is not installed.Tom Christie
2014-03-07Pin pillow to 2.3.0Tom Christie
2014-03-07Merge pull request #1460 from inglesp/issue1434Tom Christie
Add SEARCH_PARAM and ORDERING_PARAM to settings
2014-03-06Use six to reload modulePeter Inglesby
2014-03-06Merge pull request #1459 from linovia/bugfix/optional_unique_validationCarlton Gibson
Unique constraint are validated even if the field is optional.
2014-03-06Add SEARCH_PARAM and ORDERING_PARAM to settingsPeter Inglesby
Fixes #1434
2014-03-06Merge pull request #1455 from ericbuehl/masterTom Christie
don't implicitly import provider.oauth2
2014-03-06it's safe to import scope and constantsEric Buehl
2014-03-06Merge remote-tracking branch 'upstream/master'Eric Buehl
2014-03-06Fixed the validation for optional fields that have a value.Xavier Ordoquy
2014-03-06More complex test case.Xavier Ordoquy
2014-03-06Forgot to add the ref field to the field list.Xavier Ordoquy
2014-03-06Added an optional unique field to Album and checked that duplicates are ↵Xavier Ordoquy
detected.
2014-03-06It's 2014 now, dontchaknowTom Christie
2014-03-06Version 2.3.132.3.13Tom Christie
2014-03-05Merge pull request #1454 from rhcarvalho/patch-2Tom Christie
Fix typo
2014-03-05don't implicitly import provider.oauth2Eric Buehl
2014-03-05Fix typoRodolfo Carvalho
2014-03-04Merge pull request #1453 from davidbgk/patch-2Tom Christie
Update documentation of render methods (obj to data)
2014-03-04Update documentation of render methods (obj to data)David Larlet
2014-03-04Merge pull request #1452 from davidbgk/patch-1Tom Christie
Typo in keywords arguments name
2014-03-04Typo in keywords arguments nameDavid Larlet
Because it matters ;)
2014-03-04Merge pull request #1442 from Anton-Shutik/masterTom Christie
RelatedField default value handling fixed
2014-03-04Added tests for "get_default_value" functionAnton Shutik
2014-03-03Merge pull request #1375 from linovia/feature/django_1_7Tom Christie
Django 1.7 compatibility
2014-03-03Merge remote-tracking branch 'reference/master' into feature/django_1_7Xavier Ordoquy
2014-03-02Merge pull request #1448 from zhanghongfei/masterTom Christie
In the method permission_denied, did not use the request parameter.
2014-03-02Merge pull request #1447 from kumar303/hawkTom Christie
Adds HawkREST to 3rd party docs
2014-03-01In the method permission_denied, did not use the request parameter.hongfeiZhang
2014-02-28Adds HawkREST to 3rd party auth docsKumar McMillan
2014-02-28Fix trailing whitespaceKumar McMillan
Sorry, my editor does this automatically
2014-02-28Fix link to toxKumar McMillan
2014-02-28strip trailing whitespaceKumar McMillan
my editor does this by default
2014-02-28Merge pull request #1444 from DanSears/masterTom Christie
clarified which urls.py to edit
2014-02-28clarified which urls.py to editDanSears
2014-02-28Merge pull request #1437 from Keats/masterTom Christie
Display the media type of the API response on the browsable API
2014-02-28Merge pull request #1443 from silent1mezzo/patch-1Tom Christie
Update Travis to test Django 1.6.2
2014-02-28RelatedField.get_default_value: return empty list if self.many==TrueAnton Shutik
2014-02-28Merge pull request #1441 from dustinfarris/null-serializationTom Christie
TestCases and POST/PUT'ing serialized data that contains `None`