aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
AgeCommit message (Collapse)Author
2014-11-25Merge masterTom Christie
2014-11-25TweakTom Christie
2014-11-25Merge branch 'mkdocs' of git://github.com/d0ugal/django-rest-framework into ↵Tom Christie
d0ugal-mkdocs
2014-11-25Typo. Refs #2132.Tom Christie
2014-11-25Document writing third party packagesJosé Padilla
Add the following sections: - “About Third Party Packages” - “How to create a Third Party Package” - “Existing Third Party Packages” Resolve #2043
2014-11-25Clean up extra white spaceJosé 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-25Drop 0.x release notesTom Christie
2014-11-25Hypenate 'un-coerced'Tom Christie
2014-11-25Missing quotes on validate_score exampleMarc
2014-11-23Fix typo "serailizers" to "serializers"Tony Nguyen
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-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-17Fix runtests examplesJosé Padilla
Correctly rename runtests examples to work with current runtests.py file.
2014-11-13Model fields with .blank or .null now map to required=False. Closes #2017. ↵Tom Christie
Closes #2021.
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-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-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 masterTom 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-14Update 3.0-announcement.mdwolfe
Swap order of custom field API changes so the two "and" clauses are in the same order.
2014-10-10TweaksTom Christie
2014-10-10exceptions.ValidationFailed, not Django's ValidationErrorTom Christie
2014-10-09TypoTom Christie
2014-10-08TweaksTom Christie
2014-10-08More gradual deprecationTom Christie
2014-10-08Tweak pre/post save hooks. Return instance in .update().Tom Christie
2014-10-04Update links in 2.4-announcement.mdKevin London
The links to Django Rest Framework pages were 404ing because the URLs include a slash.
2014-10-03Serializer.save() takes keyword arguments, not 'extras' argumentTom Christie
2014-10-03More spelling tweaksCraig de Stigter
2014-10-03Minor: fix spelling and grammar, mostly in 3.0 announcementCraig de Stigter