aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/views.md
AgeCommit message (Collapse)Author
2014-11-28@api_view defaults to allowing GETTom Christie
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2013-12-04fix broken documentation linksDrew Kowalik
2013-08-07Fixed typos in a bunch of docsVeronica Lynn
2013-07-10Fix broken links in views docMatthias Jacob
2013-05-28Fix md formatting and typosStephan Groß
2013-02-12Tidy up internal view permission checking logic.Tom Christie
Also document correctly - these methods are now public and will fall under the deprecation policy from now on.
2013-01-17Added PATCH HTTP method to the docsMichael Elovskikh
2012-11-27Import from correct placeYuri Prezument
2012-11-27api-guide/views.md - add imports to code exampleYuri Prezument
* It wasn't clear where `Response` should be imported from.
2012-10-29add missing "`" for code formattingStephan Groß
2012-10-272.0 AnnouncementTom Christie
2012-10-27TweaksTom Christie
2012-10-27Documentation for function-based view decoratorsJamie Matthews
2012-10-21Changed IsAdmin -> IsAdminUser in exampleMarko Tibold
2012-10-17Split up doc sections more cleanlyTom Christie
2012-10-05Doc style tweaksTom Christie
2012-10-02Clean up docs slightlyTom Christie
2012-10-02Placeholder for FBV docsTom Christie
2012-09-26Fix @api_view decorator testsTom Christie
2012-09-08Move quote below title for consistencyTom Christie
2012-09-08Links to source files in docsTom Christie
2012-09-01REST framework 2 docsTom Christie