aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)Author
2012-11-13Remove OAuth2 from docsTom Christie
2012-11-09Merge with masterTom Christie
2012-11-09Minor docs tweak.Tom Christie
2012-11-09TypoTom Christie
2012-11-09Version 2.1.2 (Adds filtering support)2.1.2Tom Christie
2012-11-09Merge pull request #383 from tomchristie/filteringTom Christie
2012-11-09Updated filteing docs.Tom Christie
2012-11-08Added @benkonrath, for his excellent work on filtering support. Thank you!Tom Christie
2012-11-08Make default FILTER_BACKEND = NoneTom Christie
2012-11-08Add media_type to example file parserTom Christie
2012-11-08Tweak note styleTom Christie
2012-11-08Comments updatedTomi Pajunen
2012-11-08Release notes updatedTomi Pajunen
2012-11-07Add filtering into documentationTom Christie
2012-11-07Make filtering optional, and pluggable.Tom Christie
2012-11-07Update release notesTom Christie
2012-11-06fixed typoStephan Groß
2012-11-06fixed typo in html status codeStephan Groß
2012-11-06fixed field nameStephan Groß
2012-11-06added changelog entry and fixed old oneStephan Groß
2012-11-06Add pk_url_kwarg to hyperlinked fieldsTom Christie
2012-11-06Update release notesTom Christie
2012-11-06added slug support for HyperlinkedIdentityFieldStephan Groß
2012-11-06Added @tonimichel. Thanks!Tom Christie
2012-11-06Support for HTML error templates. Fixes #319.Tom Christie
2012-11-05TweaksTom Christie
2012-11-05Version 2.1.0. Adding release notes.2.1.0Tom Christie
2012-11-05Tweak related field docs now that queryset is no longer required.Tom Christie
2012-11-05Merge pull request #347 from minddust/masterTom Christie
2012-11-05Merge pull request #371 from tomchristie/serializer-fixesTom Christie
2012-11-05added docsStephan Groß
2012-11-05Fix broken linkTom Christie
2012-11-05Added @mjs7231 - Thanks!Tom Christie
2012-11-05`queryset` argument is now optional on writable model fields.Tom Christie
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-11-05Update release notes.Tom Christie
2012-11-05Added @osiloke. Thanks!Tom Christie
2012-11-04Added @jmagnusson. Thanks!Tom Christie
2012-11-02Update release notesTom Christie
2012-11-02Fix issues with pk related fields in the browsable API.2.0.2Tom Christie
2012-11-01Tweaks fields docs, and fix 2.0.1 version.2.0.1Tom Christie
2012-11-01Update release notesTom Christie
2012-11-01Merge masterTom Christie
2012-11-01Relational field support in browseable API.Tom Christie
2012-11-01Added @ottoyiu. Thanks!Tom Christie
2012-11-01Merge pull request #352 from asfaltboy/cleanup_MultipleObjectBaseViewTom Christie
2012-11-01since MultipleObjectBaseView was renamed MultipleObjectAPIView, it stands to ...Pavel Savchenko
2012-10-31Fixing documentation on auth/throttling guidesOtto Yiu
2012-10-31PUT as create should return 201. Fixes #340.Tom Christie
2012-10-31Merge pull request #345 from minddust/masterTom Christie