aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2014-12-17Merge pull request #2297 from tomchristie/version-3.0.23.0.2Tom Christie
Version 3.0.2
2014-12-17With httpie 0.8.0 the HTTP method has to come after the auth argument.Brent O'Connor
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-17Use six.BytesIO in tutorial. Closes #2296.Tom Christie
2014-12-17Merge pull request #2298 from epicserve/fix_typoTom Christie
Fixed a typo
2014-12-17Fixed a typoBrent O'Connor
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-17Cleanup extra newlineTom Christie
2014-12-17Version 3.0.2Tom Christie
2014-12-17Merge pull request #2294 from tomchristie/fix-empty-html-values-with-defaultTom Christie
Fix empty HTML values when a default is provided.
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-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-15Made docs consistentJason Spafford
2014-12-13Change serializers.Field to serializers.ReadOnlyField for 3.x compatibilityBrian Jacobel
Using this code snippet as-is on DRF 3.0.1 results in a NotImplementedError being raised for to_representation due to 3.0's changed behavior with serializers.Field. The code snippet should be updated to use serializers.ReadOnlyField instead. Further discussion here: https://groups.google.com/forum/?fromgroups=#!topic/django-rest-framework/aX8mLT_v3yc
2014-12-12documentation typoJeff Fein-Worton
base-name -> base_name
2014-12-11Merge pull request #2251 from linovia/version/3.0.13.0.1Tom Christie
Release notes & version 3.0.1
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
Add link to the issues Fix the milestone link
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
Syntax highlighting
2014-12-10Move remaining sponsorDougal Matthews
2014-12-10Sorted the imagesDougal Matthews
Moved images referenced by the markdown back to the docs directory Deleted unused image autocomplete.png
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
Use httpie for tutorials
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
I went through this exact problem and so thought the docs might benefit from a small hint at the appropriate point.
2014-12-06Fix the new Django default db nameXavier Ordoquy
PrimaryKeyRelatedField now needs a queryset argument. urls now don't use urlpatterns.
2014-12-05Minor docs tweaksTom Christie