aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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
support for passing custom slug options to HyperlinkedRelatedField
2012-11-05Merge pull request #371 from tomchristie/serializer-fixesTom Christie
Serializer fixes
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
Add slug relational fields. Add quickstart.
2012-11-01Added @ottoyiu. Thanks!Tom Christie
2012-11-01Merge pull request #352 from asfaltboy/cleanup_MultipleObjectBaseViewTom Christie
cleanup MultipleObjectBaseView remains
2012-11-01since MultipleObjectBaseView was renamed MultipleObjectAPIView, it stands to ↵Pavel Savchenko
reason to complete the renaming in docs and comments as well.
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
minor docs fix
2012-10-31fixed typoStephan Groß
2012-10-31Merge pull request #344 from minddust/masterTom Christie
minor docs fix
2012-10-31added missing semicolonStephan Groß
2012-10-31Added @asfaltboy. Thanks!Tom Christie
2012-10-31using 'pk' in fields throws KeyErrorPavel Savchenko
add missing imports Browsable API seems to be working fine with FBV's (2.0.0) removing snippets from the URI doesn't make sense remain consistent in using SnippetDetail
2012-10-30Package and doc tweaksTom Christie
2012-10-30Make docs ready to push to django-rest-framework.orgTom Christie
2012-10-30Merge pull request #341 from minddust/restframework2Tom Christie
fix ModelSerializer useage
2012-10-30Final docs tweaks for 2.0Tom Christie
2012-10-30added missing word + removed double whitespaceStephan Groß
2012-10-30added missing wordStephan Groß
2012-10-30fixed typoStephan Groß
2012-10-30fixed typoStephan Groß
2012-10-30removed empty rowStephan Groß
2012-10-30fix ModelSerializer useageStephan Groß
cause of: from snippets.models import Snippet
2012-10-30Docs updateTom Christie
2012-10-30Docs tweaks for tutorial.Tom Christie