aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
AgeCommit message (Collapse)Author
2013-08-16Update docs to include testing.Tom Christie
2013-07-02Added 'Documenting your API' section. Closes #616Tom Christie
2013-06-27Tweak styling for max-height of sidenavTom Christie
2013-06-26Fix sidebar styling when browser window is too smallTom Christie
2013-04-25Docs, docs, docsTom Christie
2013-04-09Viewsets and routers in seperate docsTom Christie
2013-03-31Add viewsets/routers to indexs etcTom Christie
2013-03-28Add search and next/prevTom Christie
2013-03-15Better titles & descriptionsTom Christie
2013-03-13Docs tweaks.Tom Christie
2013-02-13Add links to 2.2 announcementTom Christie
2013-01-27AJAX, CSRF & CORS documentationTom Christie
2012-12-31Relation fields move into relations.pyTom Christie
2012-11-07Add filtering into documentationTom Christie
2012-11-01Relational field support in browseable API.Tom Christie
Add slug relational fields. Add quickstart.
2012-10-30Make docs ready to push to django-rest-framework.orgTom Christie
2012-10-30Final docs tweaks for 2.0Tom Christie
2012-10-28Remove unfinished sections from the indexTom Christie
2012-10-28Merge pull request #330 from tomchristie/tutorial-refactorTom Christie
Tutorial refactor
2012-10-28Minor fixesTom Christie
2012-10-272.0 AnnouncementTom Christie
2012-10-26Add analyticsTom Christie
2012-10-17Docs tweaksTom Christie
2012-10-13Docs tweaksTom Christie
2012-10-13Improve documentation for RequestsTom Christie
2012-10-10Remove 'tut 6 - resources' from the docs, since it doesn't exist yetTom Christie
2012-10-09Tweak static files with docsTom Christie
2012-10-09Added quickstart guideTom Christie
2012-10-08Fix broken docs referenceTom Christie
2012-10-08Adding migration and changelog docsTom Christie
2012-10-05DabApps, not Dab AppsTom 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-05Added sticky footer to docsMax Hurl
2012-10-05Add favicon to docsTom Christie
2012-10-05Doc style tweaksTom Christie
2012-10-05Added JS version numbersMax Hurl
2012-10-05Added dabapps styles and general improvements to docsMax Hurl
2012-10-01Pagination docsTom Christie
2012-09-17Prevent the touchstart event propagation on the dropdown menus in the navbar.Alec Perkins
This allows the dropdowns to be used on a touch device.
2012-09-14Merge branch 'browsable-bootstrap' of ↵Tom Christie
https://github.com/droptype/django-rest-framework into droptype-browsable-bootstrap
2012-09-12Tweaks to Token authTom Christie
2012-09-12GitHub link in toolbarTom Christie
2012-09-12Updating docsTom Christie
2012-09-09Browsable API doc topicAlec Perkins
2012-09-09Collapsing menu, travis and github badges, horizontal scrolling code on overflowTom Christie
2012-09-08Code highlighting in docsTom Christie
2012-09-07[docs] Update jQuery to 1.8.1Alec Perkins
2012-09-07[docs] Spacing tweaks when getting responsive.Alec Perkins
2012-09-07[docs] Move styles to own file. Fix table-of-contents positioning when ↵Alec Perkins
viewed on <767px screens. The fixed positioning of the ToC needs to be overridden with static, so that the ToC falls back into the flow of content and is sized correctly. Also, this prevents the actual page content from riding up behind the ToC and being obscured.