aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2014-10-09First pass on nested serializers in HTMLTom Christie
2014-10-09TypoTom Christie
2014-10-09Document the Metadata APITom Christie
2014-10-09Update tutorial for 3.0Tom 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
2014-10-01Fixed documentation typo.Omer Katz
2014-09-30Update 3.0-announcement.mdTom Christie
2014-09-29Update release notesTom Christie
2014-09-29Update index.mdTom Christie
2014-09-29Latest release notesTom Christie
2014-09-29Update release notesTom Christie
2014-09-26Update release notesTom Christie
2014-09-26Merge masterTom Christie
2014-09-26Prepend some pre-release notesTom Christie
2014-09-26Release notesTom Christie
2014-09-26Release notesTom Christie
2014-09-26Allow many, partial and context in BaseSerializerTom Christie
2014-09-26Release notesTom Christie
2014-09-26Release notesTom Christie
2014-09-26Release notesTom Christie
2014-09-26Release notesTom Christie
2014-09-26request.data attributeTom Christie
2014-09-24Merge branch 'master' into version-3.0Tom Christie
2014-09-23remove patterns and strings from urls #1898Collin Anderson
2014-09-19Add BaseSerializer headingTom Christie
2014-09-19Drop 'No major point releases are currently planned.', cos they are.Tom Christie
2014-09-19Version 2.4.32.4.3Tom Christie
2014-09-19Merge branch 'master' into version-3.0Tom Christie
2014-09-19Initial release notesTom Christie
2014-09-17Fixed code formattingMatthew J Morrison
2014-09-17Clarify "raised inside REST framework"Matthew J Morrison
I ran into an issue today where I was not seeing the rest_framework.views.exception_handler do what I thought it should be doing. It turned out that I had imported View from rest_framework.views rather than importing APIView from rest_framework.views. The phrase "raised inside REST framework" was confusing as I was debugging this issue. I was unsure if that meant that I could raise those exceptions in my code or if it had to originate from within framework code. I'm not sure if the proposed wording is ideal, I just wanted to point out what I found to be confusing.
2014-09-15add wq.db router and django-rest-pandas renderersS. Andrew Sheppard
2014-09-14Merge pull request #1871 from jpadilla/third-party-docsTom Christie
Add Third Party Resources Topic section
2014-09-14Update third-party-resources.mdJosé Padilla
2014-09-13Add invitation to add new contentJosé Padilla
2014-09-13Add Third Party Resources Topic sectionJosé Padilla
2014-09-12DecimalField documentationTom Christie
2014-09-12Updating docsTom Christie
2014-09-11Throttles now use Retry-After header and no longer support the custom styleTom Christie
2014-09-11Merge masterTom Christie
2014-09-10add django rest pandasS. Andrew Sheppard
2014-09-07Fixing quotes in filtering.mdDarren Maki
Incorrect quotes used in examples.
2014-09-03Version 2.4.22.4.2Tom Christie
2014-09-01Version 2.4.12.4.1Tom Christie