aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
AgeCommit message (Expand)Author
2014-12-19Merge pull request #2010 from tanwanirahul/masterTom Christie
2014-12-19Updates url_path info per suggestionRahul
2014-12-19Added documentation about url_path parameter for custom actions.Rahul
2014-12-18Add OPTIONS/metadata to docs indexTom Christie
2014-12-17Docs/tutorial import fixes. Refs #2296Tymur Maryokhin
2014-12-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-17Expand permissions docs. Closes #2223.Tom Christie
2014-12-17Merge pull request #2294 from tomchristie/fix-empty-html-values-with-defaultTom Christie
2014-12-17Fix empty HTML values when a default is provided.Tom Christie
2014-12-17Serializer API restrictions.Tom Christie
2014-12-15Closes #2281José Padilla
2014-12-15Doc typoJason Spafford
2014-12-13Change serializers.Field to serializers.ReadOnlyField for 3.x compatibilityBrian Jacobel
2014-12-12documentation typoJeff Fein-Worton
2014-12-09allow_blank in ChoiceField. Refs #2239.Tom Christie
2014-12-07Amend ViewSet docs to warn of potential problemMark Henwood
2014-12-05Minor docs tweaksTom Christie
2014-12-05Merge pull request #2204 from carltongibson/default-docs-fixTom Christie
2014-12-05user in example should have been instance. Closees #2191.Tom Christie
2014-12-04Add missing definite articleCarlton Gibson
2014-12-04Initial link from Serializers to ValidatorsCarlton Gibson
2014-12-02Updated serializers documentationMatías Lang
2014-12-02fix typoDavid Ray
2014-12-02Document Field.fail(). Closes #2147.Tom Christie
2014-12-02Promote 'many_init' to public API. Closes #2152.Tom Christie
2014-12-01Add missing 'validators.py' link. Closes #2166.Tom Christie
2014-11-28@api_view defaults to allowing GETTom Christie
2014-11-28Finalizing 3.0 release notesTom Christie
2014-11-28Add 2.x notes and linksTom Christie
2014-11-28Docs on nested creates/updates and suchlikeTom Christie
2014-11-28Moar docs. Amazing.Tom Christie
2014-11-273.0 serializer docsTom Christie
2014-11-26Tweak to 3.0 relationship docsTom Christie
2014-11-263.0 docs and tidy-up for serializer relationshipsTom Christie
2014-11-263.0 docs for serializer fieldsTom Christie
2014-11-26Call out removal of pre_save/post_save more stronglyTom Christie
2014-11-26perform_create, perform_update, perform_destroy hooksTom Christie
2014-11-25Updating fields docsTom Christie
2014-11-25Merge masterTom Christie
2014-11-25Add missing optionsTom Christie
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2014-11-25Docs on ValidationErrorTom Christie
2014-11-25Add missing period.Tom Christie
2014-11-25request.DATA, request.FILES -> request.dataTom Christie
2014-11-21Clarify how permission classes are composedMatthew Dapena-Tretter
2014-11-17Docs for advanced default argument usage. Closes #1945Tom Christie
2014-11-10Bring UniqueValidator implementation in line with other uniquness validators.Tom Christie
2014-11-10Uniqueness constraints imply a forced 'required=True'. Refs #1945Tom Christie
2014-11-06minor spelling tweaksBrett Koonce
2014-11-05Add docs on request.accepted_renderer and .accepted_media_typeTom Christie