aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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
2012-10-30Update browser enhancments docs. Fixes #339.Tom Christie
2012-10-29TweakTom Christie
2012-10-29Added @minddust. Thanks!Tom Christie
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-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
Improve fields docs
2012-10-28Improve fields docsTom Christie
2012-10-28Merge pull request #330 from tomchristie/tutorial-refactorTom Christie
Tutorial refactor
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 ↵Tom Christie
resoorces-routers branch for future reference)
2012-10-25Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-25remove no-site-packages since that's now the defaultTom Christie
2012-10-25Fix section headings in generic views docsJamie Matthews