aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2012-09-07Merge pull request #253 from droptype/rf2-docfixesTom Christie
Fixes for the documentation styles
2012-09-07Merge pull request #252 from markotibold/docs-fixesTom Christie
Some minor docs fixes
2012-09-07Add some missing imports.Marko Tibold
Fix some typos. Fix some indentation errors.
2012-09-07Get rid of the BaseToken abstract modelMjumbe Wawatu Poe
2012-09-07Move TokenAuthentication class into djangorestframework.authenticationMjumbe Wawatu Poe
2012-09-07[docs] Fix typo, add link to Tom's Twitter profileAlec Perkins
2012-09-07Rename the default token class to "BasicToken"Mjumbe Wawatu Poe
2012-09-07Update docs for tokenauthMjumbe Wawatu Poe
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.
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