aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
AgeCommit message (Expand)Author
2014-11-263.0 docs and tidy-up for serializer relationshipsTom Christie
2014-11-263.0 docs for serializer fieldsTom Christie
2014-11-26Call out removal of pre_save/post_save more stronglyTom Christie
2014-11-26perform_create, perform_update, perform_destroy hooksTom Christie
2014-11-25Updating fields docsTom Christie
2014-11-25Merge masterTom Christie
2014-11-25Add missing optionsTom Christie
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2014-11-25Docs on ValidationErrorTom Christie
2014-11-25Add missing period.Tom Christie
2014-11-25request.DATA, request.FILES -> request.dataTom Christie
2014-11-21Clarify how permission classes are composedMatthew Dapena-Tretter
2014-11-17Docs for advanced default argument usage. Closes #1945Tom Christie
2014-11-10Bring UniqueValidator implementation in line with other uniquness validators.Tom Christie
2014-11-10Uniqueness constraints imply a forced 'required=True'. Refs #1945Tom Christie
2014-11-06minor spelling tweaksBrett Koonce
2014-11-05Add docs on request.accepted_renderer and .accepted_media_typeTom Christie
2014-11-05Stronger calling out of 'DjangoObjectPermissionsFilter'. Closes #1934.Tom Christie
2014-11-03Add notes re view-level and instance-level permissions checks. Closes #1819.Tom Christie
2014-11-03Add docs on Meta inheritance. Closes #1926.Tom Christie
2014-11-03Added NON_FIELD_ERRORS_KEY to serializer docs. Closes #1971.Tom Christie
2014-11-03PUT as create docs, and move mixin out to external gistTom Christie
2014-10-31Merge branch 'master' into version-3.0Tom Christie
2014-10-31Merge masterTom Christie
2014-10-31Fix up validators docsTom Christie
2014-10-31Validator documentation and tweaksTom Christie
2014-10-29Update authentication.mdAndrew Conti
2014-10-16Add djoser to authentication docs.konradhalas
2014-10-09TypoTom Christie
2014-10-09Document the Metadata APITom Christie
2014-10-03Minor: fix spelling and grammar, mostly in 3.0 announcementCraig de Stigter
2014-09-26Merge masterTom Christie
2014-09-23remove patterns and strings from urls #1898Collin Anderson
2014-09-19Merge branch 'master' into version-3.0Tom Christie
2014-09-17Fixed code formattingMatthew J Morrison
2014-09-17Clarify "raised inside REST framework"Matthew J Morrison
2014-09-12DecimalField documentationTom Christie
2014-09-12Updating docsTom Christie
2014-09-11Throttles now use Retry-After header and no longer support the custom styleTom Christie
2014-09-11Merge masterTom Christie
2014-09-10add django rest pandasS. Andrew Sheppard
2014-09-07Fixing quotes in filtering.mdDarren Maki
2014-08-29Remove `allow_empty`.Tom Christie
2014-08-29Docs whitespace fix.Tom Christie
2014-08-29Merge pull request #1784 from tomchristie/remove-model-attributeTom Christie
2014-08-27Update generic-views.mdNathan Hubbell
2014-08-26Update generic-views.mdNathan Hubbell
2014-08-26Merge pull request #1789 from nemesisdesign/patch-5Carlton Gibson
2014-08-25docs: added HStoreSerializer to third party serializersFederico Capoano
2014-08-25docs: added drf-hstore to third party fieldsFederico Capoano