aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/views.py
AgeCommit message (Expand)Author
2014-09-03Alter CSRF exemption implementationPiper Merriam
2014-08-20Merge branch 'master' into set-retry-afterDmitry Mukhin
2014-08-19Code linting and added runtests.pyTom Christie
2014-04-07set Retry-After header when throttledDmitry Mukhin
2014-03-04Typo in keywords arguments nameDavid Larlet
2014-03-01In the method permission_denied, did not use the request parameter.hongfeiZhang
2014-01-30Only add 'Vary: Accept' header when there is more than one possible renderer.Tom Christie
2014-01-30Remove TODO note, since it hasn't been TODONE.Tom Christie
2013-10-24Update comment in `get_parser_context`.Tom Christie
2013-09-06Support customizable view EXCEPTION_HANDLERAndy Freeland
2013-08-27Use view.settings for API settings, to make testing easier.Tom Christie
2013-08-27Move exception handler out of main viewTom Christie
2013-08-19Document customizable view names/descriptionsTom Christie
2013-08-19Move view name/description functions into public spaceTom Christie
2013-08-17Improved view/description function settingChristopher Paolini
2013-08-13don't set X-Throttle-Wait-Second header if throttle wait is NoneJeremy Satterfield
2013-06-21Add support for StreamingHttpResponse. Closes #939Tom Christie
2013-06-07Set the args and kwargs before initializing the request.Ethan Fremen
2013-06-06Never deepcopy validators. Closes #913Tom Christie
2013-05-24Clean up OPTIONS implementationTom Christie
2013-05-23simplified, moved field humanizing to Field. broken testsOscar Vilaplana
2013-05-19fixed tests, added docs, renamed helper methodOscar Vilaplana
2013-05-19Merge remote-tracking branch 'grimborg/issue-192-expose-fields-for-options' i...Nikolaus Schlemm
2013-05-19Added tests, cleaned up importsOscar Vilaplana
2013-05-19use double quotes for docstring instead of single quotesNikolaus Schlemm
2013-05-19don't expose fields for GET and DELETE - leaving room for parameters like e.g...Nikolaus Schlemm
2013-05-19WORKAROUND: avoid errors like "AttributeError: 'APIRoot' object has no attrib...Nikolaus Schlemm
2013-05-19Integrated status quo of grimborg's awesome humanize_field() for exposing fie...Nikolaus Schlemm
2013-05-18Merge branch 'issue-192-expose-fields-for-options' of git://github.com/grimbo...Nikolaus Schlemm
2013-05-18Added humanized field names and typesOscar Vilaplana
2013-05-18HEAD and OPTIONS should not be exposed as actions as discussed in https://git...Nikolaus Schlemm
2013-05-18only catch relevant exceptions ;)Nikolaus Schlemm
2013-05-18expose the fields metadata via OPTIONS as described in https://github.com/tom...Nikolaus Schlemm
2013-04-25Cleanup docstringsTom Christie
2013-04-23Merge remove-django-genericsTom Christie
2013-04-16Explicit error if dev does not return a response from the viewTom Christie
2013-04-09Minor cleaning up on ViewTom Christie
2013-04-04Factor view names/descriptions out of View classTom Christie
2013-02-28Auth is no longer lazy. Closes #667.Tom Christie
2013-02-28Drop unused importTom Christie
2013-02-22Py3/2 compat fixes for uncode view names/descriptionsTom Christie
2013-02-22Fixed UnicodeDecodeError on get_name and get_description methodsMichael Elovskikh
2013-02-20Fix docstringTom Christie
2013-02-15Drop unused import.Tom Christie
2013-02-12Tidy up internal view permission checking logic.Tom Christie
2013-02-12New style object-level permission checksTom Christie
2013-02-06Purge naked excepts.Marc Tamlyn
2013-02-04Cleanup importsTom Christie
2013-01-21WWW-Authenticate responsesTom Christie
2013-01-07Merged to latest masterTom Christie