aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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
It is still simple tho', honest ;)
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
Fixed database update instructions
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
all/every/AND or any/OR? all/every/AND!
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
Correctly rename runtests examples to work with current runtests.py file.
2014-11-15Merge branch 'version-3.1' of github.com:tomchristie/django-rest-framework ↵Eleni Lixourioti
into oauth_as_package Conflicts: .travis.yml
2014-11-13Model fields with .blank or .null now map to required=False. Closes #2017. ↵Tom Christie
Closes #2021.
2014-11-10Bring UniqueValidator implementation in line with other uniquness validators.Tom Christie
2014-11-10Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-10Uniqueness constraints imply a forced 'required=True'. Refs #1945Tom Christie
2014-11-08Fix some typos and other errorsJochen Van de Velde
2014-11-07Fix csrf-ajax link. Closes #2045José Padilla
2014-11-07Tweaks to release notesTom Christie
2014-11-07Fixes to release notesTom Christie
2014-11-06minor spelling tweaksBrett Koonce
2014-11-05Add docs on request.accepted_renderer and .accepted_media_typeTom Christie
2014-11-05Stronger calling out of 'DjangoObjectPermissionsFilter'. Closes #1934.Tom Christie
2014-11-04Updated book link in HATEOAS pageSumana Harihareswara
Per http://www.crummy.com/2013/10/03/0 , the new book is *RESTful Web APIs* and the old book, *RESTful Web Services*, is obsolete.
2014-11-03Fix typoTom Davis
That's all.
2014-11-03Call out 'get_value' and 'get_attribute'Tom Christie
2014-11-03Tweaks to validation notesTom Christie
2014-11-03Add notes re view-level and instance-level permissions checks. Closes #1819.Tom Christie
2014-11-03Add docs on Meta inheritance. Closes #1926.Tom Christie
2014-11-03Added NON_FIELD_ERRORS_KEY to serializer docs. Closes #1971.Tom Christie
2014-11-03Add note about 3.0 being merged to masterTom Christie
2014-11-03Fixed some typos in 3.0 release notesRocky Meza