aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
AgeCommit message (Expand)Author
2012-11-09Merge pull request #383 from tomchristie/filteringTom Christie
2012-11-09Updated filteing docs.Tom Christie
2012-11-08Make default FILTER_BACKEND = NoneTom Christie
2012-11-08Add media_type to example file parserTom Christie
2012-11-07Add filtering into documentationTom Christie
2012-11-07Make filtering optional, and pluggable.Tom Christie
2012-11-06fixed typoStephan Groß
2012-11-06fixed typo in html status codeStephan Groß
2012-11-06Add pk_url_kwarg to hyperlinked fieldsTom Christie
2012-11-06added slug support for HyperlinkedIdentityFieldStephan Groß
2012-11-06Support for HTML error templates. Fixes #319.Tom Christie
2012-11-05TweaksTom 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-05added docsStephan Groß
2012-11-05Swap position of `instance` and `data` keyword arguments.Tom Christie
2012-11-01Tweaks fields docs, and fix 2.0.1 version.2.0.1Tom Christie
2012-10-31Fixing documentation on auth/throttling guidesOtto Yiu
2012-10-31added missing semicolonStephan Groß
2012-10-29fixed api_view decorator useageStephan Groß
2012-10-29remove empty rowsStephan Groß
2012-10-29fix api_view decorator useageStephan Groß
2012-10-29add missing whitespaceStephan Groß
2012-10-29fixed missplaced semicolonStephan Groß
2012-10-29fixed missplaced semicolonStephan Groß
2012-10-29fixed missplaced semicolonStephan Groß
2012-10-29add missing semicolonStephan Groß
2012-10-29add missing "`" for code formattingStephan Groß
2012-10-29fixed api_view decorator useageStephan Groß
2012-10-28nested -> depthTom Christie
2012-10-28readonly -> read_onlyTom Christie
2012-10-28Merge pull request #332 from tomchristie/tutorial-refactorTom Christie
2012-10-28Improve fields docsTom Christie
2012-10-28Merge pull request #330 from tomchristie/tutorial-refactorTom Christie
2012-10-28TemplateHTMLRenderer, StaticHTMLRendererTom Christie
2012-10-27Add AllowAny permissionTom Christie
2012-10-272.0 AnnouncementTom Christie
2012-10-27TweaksTom Christie
2012-10-27Documentation for function-based view decoratorsJamie Matthews
2012-10-26Use context dict in HTMLRendererTom Christie
2012-10-26Fix incorrect method signature in docsTom Christie
2012-10-25Fix section headings in generic views docsJamie Matthews
2012-10-25Update generic view documentationJamie Matthews
2012-10-24Fix typo reported by @divieiTom Christie
2012-10-24Clean up internal names and documentationJamie Matthews
2012-10-24Add cross-field validate methodJamie Matthews
2012-10-24Switch from clean_<fieldname> to validate_<fieldname>, clarify documentationJamie Matthews
2012-10-24Implement per-field validation on SerializersJamie Matthews
2012-10-22Update docs/api-guide/fields.mdMarko Tibold
2012-10-22Merge field changes: .default and .widgetTom Christie