aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
AgeCommit message (Expand)Author
2013-03-06Merge pull request #703 from tomchristie/datetime-formatsTom Christie
2013-03-06Clean ups to datetime formattingTom Christie
2013-03-05Updating docsTom Christie
2013-03-05Merge datetime formatsTom Christie
2013-03-05Fix typoStephan Groß
2013-03-05Docs tweak.Tom Christie
2013-03-05Minor docs tweakTom Christie
2013-03-04Add note for using authtoken with custom django user model and southStephan Groß
2013-03-04Fix fix migrate authtokenStephan Groß
2013-03-04Fix authtoken migrationStephan Groß
2013-03-01Update docsStephan Groß
2013-03-01Add docs update - part 1Stephan Groß
2013-03-01Add better date / datetime validation (pull 2)Stephan Groß
2013-02-28Auth is no longer lazy. Closes #667.Tom Christie
2013-02-27Use plularized URLs for better consistency.Tom Christie
2013-02-26More consistent examplesTom Christie
2013-02-26TweaksTom Christie
2013-02-26Merge pull request #681 from dbrgn/format_suffixes_docsTom Christie
2013-02-26Fixed a typo WritableField field name in docsWiliam Souza
2013-02-26Added CBV example to format-suffixes docsDanilo Bargen
2013-02-25Renamed UserInstance to UserDetail in docsDanilo Bargen
2013-02-23method fix for custom authenticationRyan Detzel
2013-02-23TODO -> TODONETom Christie
2013-02-23Fill in missing and incorrect settings.Tom Christie
2013-02-22Note requirements explicitly.Tom Christie
2013-02-22Tweak TemplateHTMLRenderer docs.Tom Christie
2013-02-19Fix typos.Tom Christie
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