aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2012-10-08Docs tweaksTom Christie
2012-10-08Fix broken docs referenceTom Christie
2012-10-08Add RetrieveDestroyAPIView and remove Metadata mixinTom Christie
2012-10-08Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-08Adding migration and changelog docsTom Christie
2012-10-07Added @mattbo, @maximilianhurl. Thanks!Tom Christie
2012-10-06Fix up media-specific doc styling issuesTom Christie
2012-10-05DabApps, not Dab AppsTom Christie
2012-10-05Tweak fields docsTom Christie
2012-10-05Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-05Add serializer fields documentationTom Christie
2012-10-05Merge pull request #284 from maximilianhurl/doc-stylesTom Christie
Added sticky footer and styles to HTML API page
2012-10-05Fix django 1.3 bugTom Christie
2012-10-05Added dabapps styling to html apiMax Hurl
2012-10-05Added sticky footer to docsMax Hurl
2012-10-05Fix bug in format suffix patternsTom Christie
2012-10-05Add favicon to docsTom Christie
2012-10-05Doc style tweaksTom Christie
2012-10-05Tweak view slightlyTom Christie
2012-10-05Docs tweaksTom Christie
2012-10-05Tweak doc headingsTom Christie
2012-10-05Merge pull request #282 from tomchristie/html-template-responsesTom Christie
Html template responses
2012-10-05Fix travis build image in docsTom Christie
2012-10-05Docs for template responsesTom Christie
2012-10-05Added JS version numbersMax Hurl
2012-10-05Added dabapps styles and general improvements to docsMax Hurl
2012-10-05HTMLTemplateRenderer workingTom Christie
2012-10-05Accepted media type uses most specific of client/renderer media types.Tom Christie
2012-10-04Abstract out the app_label on test modelsTom Christie
2012-10-03Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-03Rename generic viewsTom Christie
2012-10-02Fixed references to serializer.serialized and serializer.serialized_errorsMatt Bosworth
in part 3 of the tutorial. Altered part 1 to use blogs/urls.py since it was specified at the beginning. Also caught some spelling errors while I was at it.
2012-10-02Update view docs slightlyTom Christie
2012-10-02Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-02Cleaner travis image linkTom Christie
2012-10-02Fix bug where pk could be set in post dataTom Christie
2012-10-02URL overrides in settings fixed up slightlyTom Christie
2012-10-02Clean up docs slightlyTom Christie
2012-10-02Placeholder for FBV docsTom Christie
2012-10-02Make example more realistic and less of a toyTom Christie
2012-10-02Make 'results_field' attribute of BasePaginationSerializer public.Tom Christie
2012-10-02Clean up reverse docs slightlyTom Christie
2012-10-02Renderer documentationTom Christie
2012-10-01Add example of using paginator in a viewTom Christie
2012-10-01Pagination docsTom Christie
2012-10-01Expand pagination support, add docsTom Christie
2012-09-30Docs tweakingTom Christie
2012-09-28Added @j4mie, and added projects to 'additional thanks' as appropriate.Tom Christie
2012-09-27Only display forms when user has permissions. #159Tom Christie
2012-09-27Added @cyberj. Thanks!Tom Christie