aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-04-02Don't have the ModelSerializer trust deserialized objects to not have ↵J. Paul Reed
redefine bool()ean-ness. If the model we're using the ModelSerializer for has redefined methods that act as a boolean (__bool__ or __len__), it may not return the object even though it is_valid(), and should.
2013-04-01Merge pull request #771 from glic3rinu/masterTom Christie
Fixed IPv6 support for urlize_quoted_links template tag
2013-04-01Fixed IPv6 support for urlize_quoted_linksglic3rinu
2013-04-01Added @vshih for docs fixes in #769. Thanks!Tom Christie
2013-03-31Merge pull request #769 from vshih/masterTom Christie
Spelling/grammar fixes.
2013-03-31Add viewsets/routers to indexs etcTom Christie
2013-03-30Spelling/grammar fixes.Victor Shih
2013-03-30Updating tutorialTom Christie
2013-03-30Initial API documentationTom Christie
2013-03-30Merge branch 'master' into resources-routersTom Christie
2013-03-30Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-03-30Tweak straplineTom Christie
2013-03-29Fix typoTom Christie
2013-03-29Update release-notes.mdTom Christie
2013-03-29Merge pull request #767 from tomchristie/fix-oauth2-token-onlyTom Christie
Fix OAuth 2 token only
2013-03-29Merge pull request #766 from glic3rinu/masterTom Christie
Refactored urlize_quoted_links based on Dango 1.5 urlize
2013-03-29Merge pull request #768 from kevinastone/masterTom Christie
Fixeds DjangoFilterBackend Incompatibility with SingleObjectMixin
2013-03-28Removed pagination regression special case for Django<1.4. Having ↵Kevin Stone
DjangoFilterBackend return an actual query set fixes this issue. Signed-off-by: Kevin Stone <kevinastone@gmail.com>
2013-03-28Change straplineTom Christie
2013-03-28Add search and next/prevTom Christie
2013-03-28Note on using curl with token authTom Christie
2013-03-28Minor tweakTom Christie
2013-03-28Cleaned imports on templatetags/rest_framework moduleglic3rinu
2013-03-28Added force_text to compatglic3rinu
2013-03-27Added unit test for failing DjangoFilterBackend on SingleObjectMixin that ↵Kevin Stone
was resolved in b10663e02408404844aca4b362aa24df816aca98 Signed-off-by: Kevin Stone <kevinastone@gmail.com>
2013-03-27Fixed DjangoFilterBackend not returning a query set.Kevin Stone
Fixed bug unveiled in #682. Signed-off-by: Kevin Stone <kevinastone@gmail.com>
2013-03-28Remove oauth2-provider backends reference from compat.pyPierre Dulac
2013-03-28Remove client credentials from all OAuth 2 testsPierre Dulac
2013-03-27Complete remove of client checks from oauth2Fernando Rocha
Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
2013-03-27Added quotes to TRAILING_PUNCTUATION used by urlize_quoted_linksglic3rinu
2013-03-27Refactored urlize_quoted_links code, now based on Django 1.5 urlizeglic3rinu
2013-03-27client credentials should be optional (fix #759)Fernando Rocha
client credentials should only be required on token request Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
2013-03-26MergeTom Christie
2013-03-26Version 2.2.52.2.5Tom Christie
2013-03-25Docs fixTom Christie
2013-03-25Bulk update, allow_add_remove flagTom Christie
2013-03-25Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-03-25Added @stoneg for typo fix #754. Thank you!Tom Christie
2013-03-25Merge pull request #754 from stoneG/masterTom Christie
Just a tiny typo
2013-03-25Tiny typoSitong Peng
2013-03-22Update release notesTom Christie
2013-03-22Merge pull request #749 from tomchristie/clean-basic-nested-serializationTom Christie
Clean basic nested serialization
2013-03-22Defer the writable nested modelserializers workTom Christie
2013-03-22TweakingTom Christie
2013-03-22Merge masterTom Christie
2013-03-22Updating contribution docs (still wip)Tom Christie
2013-03-22Merge masterTom Christie
2013-03-22Merge pull request #744 from tomchristie/basic-bulk-editTom Christie
Basic bulk create and bulk update
2013-03-22Update release notesTom Christie
2013-03-22If oauth is not attempted don't throw an error. Fixes #748.Tom Christie