aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
AgeCommit message (Expand)Author
2013-02-19Fix typos.Tom Christie
2013-02-15Mention caching. Closes #659.Tom Christie
2013-02-14Added a serializer TimeFieldAndreas Pelme
2013-02-13Minor doc fixesfloppya
2013-02-12Drop note on object-level permissions.Tom Christie
2013-02-12Notes on creating a custom `obtain_auth_token` view. Fixes #641.Tom Christie
2013-02-12Docs on serializer context.Tom Christie
2013-02-12Document serializing querysetsTom Christie
2013-02-12Notes on object-level permissions.Tom Christie
2013-02-12Tidy up internal view permission checking logic.Tom Christie
2013-02-12New style object-level permission checksTom Christie
2013-02-10Improve relations documentation.Tom Christie
2013-02-08Add missing `model =` to serializer classes in docsTom Christie
2013-02-07Docs for related fields, with lots of examples.Tom Christie
2013-02-07Add link to djangorestframework-digestauthTom Christie
2013-02-06Added a `post_save` hook. Closes #558.Tom Christie
2013-01-29Docs tweaks.Tom Christie
2013-01-28fix mistake in docsswistakm
2013-01-28Merge branch 'upstream_master' into docs_patch_methodMichael Elovskikh
2013-01-28Drop unneccessary `source=` argument.Tom Christie
2013-01-28Note auto_now, auto_now_add behavior. Refs #622.Tom Christie
2013-01-28Tweak description of example throttle.Tom Christie
2013-01-28Example custom authentication. Fixes #301.Tom Christie
2013-01-28Example custom throttle. Fixes #300.Tom Christie
2013-01-28Example custome permission. Fixes #299.Tom Christie
2013-01-27AJAX, CSRF & CORS documentationTom Christie
2013-01-26Fix pagination docsTom Christie
2013-01-22Merge branch 'master' into unauthenticated_responseTom Christie
2013-01-21WWW-Authenticate responsesTom Christie
2013-01-20Fixed reference to authtoken in the docsBruno Renié
2013-01-18Rephrasing.Tom Christie
2013-01-18Merge pull request #588 from nemesisdesign/patch-1Tom Christie
2013-01-18Drop the curl notes. Unnecessary.Tom Christie
2013-01-18Note on setting ContentType. Fixes #589. Refs #586.Tom Christie
2013-01-17Added PATCH HTTP method to the docsMichael Elovskikh
2013-01-16Update docs/api-guide/authentication.mdFederico Capoano
2013-01-16Update docs/api-guide/authentication.mdFederico Capoano
2013-01-14Tweak messagepack linksTom Christie
2013-01-14Add link to @mjumbewu's CSV packageTom Christie
2013-01-11Fix typo in permission_classesStephan Groß
2013-01-09Include CSRF note in SessionAuthentication docs.Tom Christie
2013-01-08Fix reference to BasicAuthentication in settings.Marc Tamlyn
2013-01-07Note paginate_by=None usage. Fixes #555.Tom Christie
2013-01-07Merged to latest masterTom Christie
2013-01-07Fix PAGINATE_BY_PARAM docs. Refs #551Tom Christie
2013-01-07Added @juanriaza's `djangorestframework-msgpack` package to the docs.Tom Christie
2013-01-02Added `RetrieveUpdateAPIView`Tom Christie
2012-12-31Relation fields move into relations.pyTom Christie
2012-12-29Tweak quoteTom Christie
2012-12-28Add .validate() exampleTom Christie