aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-07-28Updated the tox file.Xavier Ordoquy
2014-07-28Django-guardian version cleanup.Xavier Ordoquy
2014-07-28Merge remote-tracking branch 'reference/master'Xavier Ordoquy
2014-07-28Fix #1712 (issue when django-guardian is installed but not configured/used)Xavier Ordoquy
2014-07-26Merge pull request #1705 from opbeat/masterTom Christie
Sending "Bearer" and "Bearer " resulted in a 500.
2014-07-25Updated test docstring related to missing bearer token.Ron Cohen
2014-07-25Sending "Bearer" and "Bearer " resulted in a 500.Ron Cohen
2014-07-22Merge pull request #1692 from davbo/patch-1Tom Christie
Update fields.md
2014-07-20Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-07-20Add link to drf-extra-fields. Closes #1698Tom Christie
2014-07-18Update README.mdTom Christie
2014-07-18Update README.mdTom Christie
2014-07-18Update README.mdTom Christie
2014-07-18Update README.mdTom Christie
2014-07-18Change positioning of announcement.Tom Christie
2014-07-18Kickstarter announcementTom Christie
2014-07-18Phrasing tweakTom Christie
2014-07-18TypoTom Christie
2014-07-18Beef up the kickstarter announcementTom Christie
2014-07-17Docs for kickstarter announcementTom Christie
2014-07-17Kickstarter note on front pageTom Christie
2014-07-17Update fields.mdDave King
obj.__class__ will return the actual Class object, we want to serialise a string (accessed with obj.__class__.__name__)
2014-07-15Fusion adsTom Christie
2014-07-07Docs on object level permissions and filters. Closes #1683Tom Christie
2014-07-07Kick travisTom Christie
2014-07-01Docs tweakTom Christie
2014-06-27Merge pull request #1665 from smal/modelserialization-charfield-with-nullTom Christie
Modelserialization charfield with null
2014-06-27Merge branch 'master' into modelserialization-charfield-with-nullSerhiy Voyt
2014-06-27Merge pull request #1661 from chibisov/masterTom Christie
Fixes #1651. Add link to drf-extensions nested routers to docs
2014-06-26Fixes #1651. Add link to drf-extensions nested routers to docsChibisov Gennady
2014-06-17Merge pull request #1645 from tankorsmash/patch-1Tom Christie
tiny typo in the docstring
2014-06-16typo in the docsTankorSmash
2014-06-12Merge pull request #1640 from tomchristie/escape-login-logout-paths2.3.14Tom Christie
Version 2.3.14
2014-06-12Fix accidental docs changeTom Christie
2014-06-12Version 2.3.14Tom Christie
2014-06-11Merge pull request #1632 from fletchowns/masterTom Christie
Fix #1614 - Corrected reference to serializers.CharField
2014-06-10Fix #1614 - Corrected reference to serializers.CharFieldGreg Barker
2014-06-08Fixed #1624 (thanks @abraithwaite)Xavier Ordoquy
2014-06-05Merge pull request #1619 from khamaileon/masterXavier Ordoquy
Replace ChoiceField type_label
2014-06-05Replace ChoiceField type_labelkhamaileon
2014-06-02Merge pull request #1612 from rhcarvalho/patch-3Xavier Ordoquy
Fix typo in docs
2014-06-02Fix typo in docsRodolfo Carvalho
2014-05-30Merge pull request #1608 from dbrgn/test_client_contenttypeTom Christie
Always use specified content type in APIRequestFactory
2014-05-30Always use specified content type in APIRequestFactoryDanilo Bargen
If `content_type` is specified in the `APIRequestFactory`, always include it in the request, even if data is empty.
2014-05-29Note on configuring TokenAuthenticationTom Christie
2014-05-26Merge pull request #1603 from khamaileon/masterXavier Ordoquy
Add the allow_add_remove parameter to the get_serializer method
2014-05-26Add the allow_add_remove parameter to the get_serializer methodkhamaileon
2014-05-23Merge pull request #1596 from pipermerriam/piper/suport_unicode_model_referencesTom Christie
`_resolve_model` should work with unicode strings
2014-05-22Fix _resolve_model to work with unicode stringsPiper Merriam
2014-05-22Merge pull request #1594 from jcsp/wip-methodfieldTom Christie
fields: allow help_text on SerializerMethodField