aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)Author
2014-11-25Add validators pageTom Christie
2014-11-25Merge masterTom Christie
2014-11-25Minor docs tweaksTom Christie
2014-11-25TweakTom Christie
2014-11-25Include CNAME fileTom Christie
2014-11-25Merge branch 'mkdocs' of git://github.com/d0ugal/django-rest-framework into d...Tom Christie
2014-11-25Add missing optionsTom Christie
2014-11-25Typo. Refs #2132.Tom Christie
2014-11-25Document writing third party packagesJosé Padilla
2014-11-25Remove commented out titleDougal Matthews
2014-11-25Change the background of the selected page on the dropdownDougal Matthews
2014-11-25Clean up extra white spaceJosé Padilla
2014-11-25Move content template into base.htmlJosé Padilla
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2014-11-25Move the docs theme out of the docs folder.Dougal Matthews
2014-11-25Move nav to it's own template based on the MkDocs themeDougal Matthews
2014-11-25Add meta descriptionDougal Matthews
2014-11-25Add a workaround for not having the index nameDougal Matthews
2014-11-25Fixed the TOC (again)Dougal Matthews
2014-11-25Add next and previous page.Dougal Matthews
2014-11-25Bring back the promo sectionDougal Matthews
2014-11-25Fix the Navigation styleDougal Matthews
2014-11-25Use page_title instead of title in docs themeJosé Padilla
2014-11-25Drop simply from the mkdocs install linesDougal Matthews
2014-11-25Change site_dir to html to match mkdocs.pyDougal Matthews
2014-11-25Remove redundant requirements fileDougal Matthews
2014-11-25Migrate documentation to MkDocs properDougal Matthews
2014-11-25Drop 0.x release notesTom Christie
2014-11-25Hypenate 'un-coerced'Tom Christie
2014-11-25Docs on ValidationErrorTom Christie
2014-11-25Add missing period.Tom Christie
2014-11-25request.DATA, request.FILES -> request.dataTom Christie
2014-11-25Missing quotes on validate_score exampleMarc
2014-11-24Merge pull request #2116 from LuRsT/patch-5Tom Christie
2014-11-24Added missing import in tutorial snippetGil Gonçalves
2014-11-24Fixed database update instructionsGil Gonçalves
2014-11-23Fix typo "serailizers" to "serializers"Tony Nguyen
2014-11-21Clarify how permission classes are composedMatthew Dapena-Tretter
2014-11-20Fill in TODOs for 3.0 beta release notesTom Christie
2014-11-20Note on 3.1 and 3.2 releases.Tom Christie
2014-11-20Merge branch 'master' into 3.0-betaTom Christie
2014-11-20Removed unused import from code snippet in tutorialGil Gonçalves
2014-11-19small typeRaony Guimarães
2014-11-19Merge branch 'master' into 3.0-betaTom Christie
2014-11-19Further notes in 3.0 announcementTom Christie
2014-11-18Note on 3.0 betaTom Christie
2014-11-18Note removal of 'save_object' and fail loudly if it existsTom Christie
2014-11-17Docs for advanced default argument usage. Closes #1945Tom Christie
2014-11-17Fix runtests examplesJosé Padilla
2014-11-13Model fields with .blank or .null now map to required=False. Closes #2017. Cl...Tom Christie