aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)Author
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-29removed empty rowStephan Groß
2012-10-29correct code indentStephan Groß
2012-10-28TweaksTom Christie
2012-10-28TweaksTom Christie
2012-10-28Remove unfinished sections from the indexTom Christie
2012-10-28Add initial explanatory paragraphTom Christie
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-28Minor fixesTom Christie
2012-10-28Pastebin tutorialTom Christie
2012-10-28TemplateHTMLRenderer, StaticHTMLRendererTom Christie
2012-10-27Add AllowAny permissionTom Christie
2012-10-27Added @madisvain. Thanks!Tom 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-26Add analyticsTom Christie
2012-10-26Drop resources from codebase since implementation is only partial (Created re...Tom Christie
2012-10-25Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...Tom Christie
2012-10-25remove no-site-packages since that's now the defaultTom Christie
2012-10-25Fix section headings in generic views docsJamie Matthews
2012-10-25Update generic view documentationJamie Matthews
2012-10-24Added @diviei - Thanks! Tom Christie
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
2012-10-21Minor docs tweaksTom Christie
2012-10-21Changed IsAdmin -> IsAdminUser in exampleMarko Tibold
2012-10-21Fixing spelling errors.Marko Tibold
2012-10-19docs, docs, docs, docs, docs, docs, docsTom Christie
2012-10-18Merge pull request #304 from tomchristie/consitent_settingsTom Christie
2012-10-18Minor docs fixTom Christie
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-17Negotiation API finalized. .select_renderers and .select_parsersTom Christie
2012-10-17Added `media_type` to `.parse()` - Consistency with renderer API.Tom Christie