aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
AgeCommit message (Expand)Author
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
2012-12-21slug_kwarg attribute doesn't work; it should be slug_url_kwargReinout van Rees
2012-12-13added RetrieveUpdateAPIViewStephan Groß
2012-12-08Version 2.1.82.1.8Tom Christie
2012-12-05Update docs/api-guide/permissions.mdMarko Tibold
2012-11-28Fix location of obtain_auth_token viewPavel Savchenko
2012-11-27Import from correct placeYuri Prezument
2012-11-27api-guide/views.md - add imports to code exampleYuri Prezument
2012-11-21Merge remote-tracking branch 'upstream/master' into partial-updateMark Aaron Shirley
2012-11-21updated comparison due to pep8 programming recommendationsStephan Groß
2012-11-21Merge remote-tracking branch 'upstream/master' into regex_fieldStephan Groß
2012-11-20Documentation changes for partial serializer updatesMark Aaron Shirley
2012-11-20Merge pull request #430 from j4mie/serializer-method-fieldTom Christie
2012-11-20added RegexFieldStephan Groß