aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2014-09-19Version 2.4.32.4.3Tom 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-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
2014-08-29Fix links in 2.4 releaseTom Christie
2014-08-29Fix typos in 2.4 release notesJamie Matthews
2014-08-29Typo in 2.4 announcement nameTom Christie
2014-08-292.4 Release notes2.4.0Tom Christie
2014-08-29Merge pull request #1784 from tomchristie/remove-model-attributeTom Christie
Deprecate `.model` attribute on views
2014-08-29Minor docs updateTom Christie
2014-08-28Sponsor fixTom Christie
2014-08-28Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-08-28Latest sponsor updateTom Christie
2014-08-27Update generic-views.mdNathan Hubbell
Small grammar changes.
2014-08-26Update generic-views.mdNathan Hubbell
2014-08-26Merge pull request #1789 from nemesisdesign/patch-5Carlton Gibson
docs: added drf-hstore to third party fields
2014-08-25docs: added HStoreSerializer to third party serializersFederico Capoano
added a reference to django-rest-framework-hstore in docs/api-guide/serializers.md
2014-08-25docs: added drf-hstore to third party fieldsFederico Capoano
added a reference to django-rest-framework-hstore in docs/api-guide/fields.md
2014-08-21Add .model deprecation to release notesTom Christie
2014-08-20Add Retry-After to release notes. Refs #1508.Tom Christie
2014-08-20TypoTom Christie
2014-08-20Deprecate .model in related routers/permissionsTom Christie
2014-08-20Deprecate .model attribute on viewsTom Christie
2014-08-20Fix cache_throttle typoTom Christie
2014-08-20Merge pull request #1770 from tomchristie/2.4.0Tom Christie
2.4.0 Release.
2014-08-20Latest sponsor updateTom Christie
2014-08-20Release notesTom Christie
2014-08-19Release notesTom Christie
2014-08-19Drop six from compat. 1.4.2 is now the lowest supported version.Tom Christie
2014-08-19Documentation on runtests.pyTom Christie
2014-08-19Merge masterTom Christie
2014-08-18Merge pull request #1641 from javins/login-titleTom Christie
Refactor login template to extend base.
2014-08-18Merge pull request #1654 from carltongibson/1559-take-2Tom Christie
Allow use of native migrations in 1.7 — Take 2
2014-08-18Improve wording.Carlton Gibson
2014-08-18Alter other reference to migrations.Carlton Gibson
2014-08-18Updated docs for South v1.0Carlton Gibson
2014-08-18Merge pull request #1711 from kdazzle/ModelViewSet-queryset-static-propertyTom Christie
Issue #1707: Add documentation to api-docs.viewsets
2014-08-18tabs -> spacesTom Christie
2014-08-18Merge pull request #1688 from ekonstantinidis/quick-start-orderTom Christie
Updated quick start project set up order
2014-08-18Remove kickstarter links from homepage and READMETom Christie
2014-08-18Link to Django docs on widgets. Closes #1760.Tom Christie
2014-08-18Merge pull request #1761 from sshquack/minor-doc-updatesTom Christie
Trivial doc updates