aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
AgeCommit message (Collapse)Author
2014-11-29Fixed typosTymur Maryokhin
2014-11-28Minor tweaks to contributing docsTom Christie
2014-11-28Finalizing 3.0 release notesTom Christie
2014-11-28Docs. Sponsor call-out.Tom Christie
2014-11-28Docs. Minor tweaks.Tom Christie
2014-11-28Merge branch '3.0-docs'Tom Christie
2014-11-28Moar docs. Amazing.Tom Christie
2014-11-27Notes on removal of Field.validate() and Serializer.transform_<field_name>Tom Christie
2014-11-27Fix sponsor images for mkdocsTom Christie
2014-11-26Remove Third party packages sectionJosé Padilla
Information about Third party packages is already covered under the Third Party Resources topic
2014-11-26Update notes on autocompleteTom Christie
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