aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)Author
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
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
2014-11-03Fix typoTom Davis
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
2014-11-03PUT as create docs, and move mixin out to external gistTom Christie
2014-11-03Merge masterTom Christie
2014-11-03Version 2.4.4Tom Christie
2014-11-01typo fixAndy Baker
2014-10-31Merge branch 'master' into version-3.0Tom Christie
2014-10-31Merge masterTom Christie
2014-10-31Fix up validators docsTom Christie
2014-10-31Validator documentation and tweaksTom Christie
2014-10-29Update authentication.mdAndrew Conti
2014-10-24Updated requirementsTom Christie
2014-10-22.validate() can raise field errors or non-field errorsTom Christie
2014-10-17Add docs regarding linking third party packagesJosé Padilla
2014-10-17Use serializers.ValidationErrorTom Christie
2014-10-16Update release notesTom Christie
2014-10-16Add to main 3rd party resources list.konradhalas
2014-10-16Add djoser to authentication docs.konradhalas
2014-10-14Update 3.0-announcement.mdwolfe
2014-10-10TweaksTom Christie
2014-10-10exceptions.ValidationFailed, not Django's ValidationErrorTom Christie