aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)Author
2014-12-17Cleanup extra newlineTom Christie
2014-12-17Version 3.0.2Tom Christie
2014-12-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-17Highlight trailing '.' in command so it wont be missed.Tom Christie
2014-12-17Serializer API restrictions.Tom Christie
2014-12-15Closes #2281José Padilla
2014-12-15Doc typoJason Spafford
2014-12-15Made docs consistentJason Spafford
2014-12-13Change serializers.Field to serializers.ReadOnlyField for 3.x compatibilityBrian Jacobel
2014-12-12documentation typoJeff Fein-Worton
2014-12-11Merge pull request #2251 from linovia/version/3.0.13.0.1Tom Christie
2014-12-11Fix the ghost backtick.Xavier Ordoquy
2014-12-11Better link representation for the issues.Xavier Ordoquy
2014-12-11Fix the milestone link again.Xavier Ordoquy
2014-12-11Add full stop to the release note items.Xavier Ordoquy
2014-12-11Add links to the issue id.Xavier Ordoquy
2014-12-11Release note correctionsXavier Ordoquy
2014-12-11Field->ReadOnlyField in tutorial docsTom Christie
2014-12-11Release notes for 3.0.1Xavier Ordoquy
2014-12-10Minor docs tweaksTom Christie
2014-12-10Merge pull request #2246 from d0ugal/mkdocs-themeTom Christie
2014-12-10Move remaining sponsorDougal Matthews
2014-12-10Sorted the imagesDougal Matthews
2014-12-10Minor docs tweaks to titles and citationsTom Christie
2014-12-10Move the static content into the docs themeDougal Matthews
2014-12-09snippets relationship in tutorial should be read_onlyTom Christie
2014-12-09allow_blank in ChoiceField. Refs #2239.Tom Christie
2014-12-09Minor docs tweaksTom Christie
2014-12-09Add REST framework: Under the hood. video to the 3.0 announcement.Tom Christie
2014-12-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-08cd back to parent directoryTom Christie
2014-12-08Merge pull request #2165 from phalt/httpie-examplesTom Christie
2014-12-08one last tabs / spaces!phalt
2014-12-08fixed indentationsphalt
2014-12-08Added 3.0 to release notes.Tom Christie
2014-12-08Add misc note about localizationJosé Padilla
2014-12-07Amend ViewSet docs to warn of potential problemMark Henwood
2014-12-06Fix the new Django default db nameXavier Ordoquy
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-05Added .validated_data usage. Closes #2214.Tom Christie
2014-12-05Style tweaks in examplesTom Christie
2014-12-05Fix quickstart tutorialTom Christie
2014-12-04Fix the tutorial against the v3.0Xavier Ordoquy
2014-12-04print() function works from Python 2.6 to 3.XXavier Ordoquy
2014-12-04Add missing definite articleCarlton Gibson
2014-12-04updates based on suggestionsphalt
2014-12-04Initial link from Serializers to ValidatorsCarlton Gibson
2014-12-03Renamed validated_attrs to validated_data to be more in line with other simil...Martin Tschammer