aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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.
2012-09-07[docs] Add bootstrap-collapse plugin, fixing collapsing navbar.Alec Perkins
2012-09-07[docs] Update Bootstrap to 2.1.1Alec Perkins
2012-09-07Add basic serializer testsTom Christie
2012-09-07Add note re. browseable API and @api_view decoratorTom Christie
2012-09-07Tidy upTom Christie
2012-09-07Filling out docs a bit moreTom Christie
2012-09-06TODO notes in docsTom Christie
2012-09-06Add more settings to settings.pyTom Christie
2012-09-05Tidying up docsTom Christie
2012-09-05Flesh out authentication docsTom Christie
2012-09-05Make index consistentTom Christie
2012-09-05Improve docsTom Christie
2012-09-05Update api auth includeTom Christie
2012-09-05Add missing doc filesTom Christie
2012-09-03First pass at mixins & generic viewsTom Christie
2012-09-03Fixes to APIViewTom Christie
2012-09-03Added format_suffix_patterns, and fix up settingsTom Christie
2012-09-03Added the api_view decoratorTom Christie
2012-09-03Parsers may return raw data, or a DataAndFiles objectTom Christie
2012-09-03Neater virtualenv in tutorialTom Christie
2012-09-03Support generatorsTom Christie
2012-09-03Update virtualenv notesTom Christie
2012-09-03Add virtualenv to start of tutorialTom Christie
2012-09-03Update creditsTom Christie
2012-09-03Cleaner documentation around installation of optional packagesTom Christie
2012-09-01Fix credits docTom Christie
2012-09-01Docs tweak for first docs deploymentTom Christie
2012-09-01Get docs ready to deployTom Christie
2012-09-01REST framework 2 docsTom Christie
2012-08-29New docsTom Christie
2012-04-11Merge with masterTom Christie
2012-02-27Update docs/requirements.txtTom Christie
2012-02-25Massive mergeTom Christie
2012-02-21Remove staticviews. Use standard login/logoutTom Christie
2012-02-21Merge master into developTom Christie
2012-02-21reverse gets it's own moduleTom Christie
2012-02-21Merging master into developTom Christie
2012-02-21Include the `utils' module in the docsDaniel Izquierdo
2012-02-21Add a HOWTO page for the custom `reverse()'Daniel Izquierdo
2012-02-20Update docsTom Christie
2012-02-20Rename templates to 'base.html', 'api.html', 'api.txt' and 'login.html'Paul Oswald
2012-02-17Merge git://github.com/sebpiq/django-rest-framework into developTom Christie
2012-02-15Documentation on how to override the template; Closes Issue #165Paul Oswald
2012-02-14Delete robots.txt, favicon.ico views; Move style to a new static namespacePaul Oswald
2012-02-07some docs for Request/Response/mixinsSébastien Piquemal
2012-02-02merged with trunk's masterSébastien Piquemal
2012-01-30renamed to CHANGELOG.rst and included release notes in index.rstMarko Tibold
2012-01-25enhanced request how-to + exampleSébastien Piquemal