aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-10-02Merge pull request #1905 from ya-mouse/masterCarlton Gibson
[templates/rest_framework/base.html] Separate IDs for POST and PUT forms
2014-09-29Update index.mdTom Christie
2014-09-29Update README.mdTom Christie
2014-09-26[templates/rest_framework/base.html] Separate `object-form' and ↵Anton D. Kachalov
`generic-content-form' IDs for POST and PUT forms Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
2014-09-24Merge pull request #1900 from jpadilla/pr_1507Tom Christie
Correctly propagate cloned_request for OPTIONS
2014-09-24Merge pull request #1899 from collinanderson/urlsTom Christie
Remove patterns and strings from urls in tutorial.
2014-09-23Remove left unicode stringsJosé Padilla
2014-09-23Correctly propagate cloned_request for OPTIONSJosé Padilla
Update to fix pending changes in #1507
2014-09-23remove patterns and strings from urls #1898Collin Anderson
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-18Merge pull request #1887 from ↵Tom Christie
pipermerriam/piper/decorate_as_view_response_from_viewsets Fix missing CSRF exemption on viewsets
2014-09-18Merge pull request #1882 from mattjmorrison/patch-2Tom Christie
Clarify "raised inside REST framework"
2014-09-18Fix missing CSRF exemption on viewsetsPiper Merriam
2014-09-17Fixed code formattingMatthew J Morrison
2014-09-17Update routers.pyTom Christie
2014-09-17Merge pull request #1865 from mskrajnowski/default-router-listless-viewsetTom Christie
DefaultRouter support for viewsets without an implemented default action
2014-09-17Merge pull request #1883 from jpadilla/masterTom Christie
Update authtoken latest Django 1.7 migration
2014-09-17Update initial migration to work on Python 3José Padilla
2014-09-17Update authtoken latest Django 1.7 migrationJosé Padilla
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-16Merge pull request #1874 from sheppard/patch-3Tom Christie
add wq.db router and django-rest-pandas renderers
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-13Include third party resources link in home pageJosé Padilla
2014-09-13Add Third Party Resources Topic sectionJosé Padilla
2014-09-11Added DefaultRouter support (and test) for viewsets without the default ↵Marek Skrajnowski
action implemented, which is usually the list action.
2014-09-11Merge pull request #1863 from jbinney/masterTom Christie
Fix grammar in login error message
2014-09-10Fix grammar in login error messageJoe Binney
2014-09-10Merge pull request #1861 from sheppard/patch-2Tom Christie
add django rest pandas
2014-09-10add django rest pandasS. Andrew Sheppard
2014-09-09Merge pull request #1852 from GVRV/bugfix/apiroot_get_regressionXavier Ordoquy
Make sure APIRoot.get can take on args, kwargs so router can be embedded...
2014-09-09Make sure APIRoot.get can take on args, kwargs so router can be embedded ↵Gaurav Dadhania
within any URL pattern.
2014-09-08Merge pull request #1844 from adamsc64/issue_1533Tom Christie
Fixed #1533 - Resolved issue with integer keys on nested choices never v...
2014-09-08Merge pull request #1846 from barqshasbite/patch-1Tom Christie
Fixing quotes in filtering.md example code.
2014-09-08Merge pull request #1847 from hamishcampbell/masterTom Christie
Stop the API Client converting empty lists/dicts to empty strings
2014-09-08Stop the API Client converting empty lists/dicts to empty stringsHamish Campbell
2014-09-07Fixing quotes in filtering.mdDarren Maki
Incorrect quotes used in examples.
2014-09-07Merge pull request #1842 from jpadilla/travis-toxTom Christie
Try running Tox from Travis
2014-09-06Fixed #1533 - Resolved issue with integer keys on nested choices never ↵Christopher Adams
validating. - Added unit test for nested `choices` argument. - Added unit test for non-nested `choices` argument.
2014-09-06Merge pull request #1818 from tituomin/serializer-subclass-mappingTom Christie
Better mapping for custom model fields to serializer fields.
2014-09-06Merge pull request #1838 from jbittel/fix-encoded-filename-rfc6266Tom Christie
Support RFC6266 encoded filenames
2014-09-06Merge pull request #1841 from jpadilla/view-description-as-promiseTom Christie
Supported translated text view descriptions
2014-09-05Install tox correctlyJosé Padilla
2014-09-05Install toxJosé Padilla
2014-09-05Try running Tox from TravisJosé Padilla
2014-09-05Refactor disposition unpacking for clarityJason Bittel
2014-09-05Remove unicode stringsJosé Padilla