aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-03-01Merge branch 'master' into oauth2-authenticationPierre Dulac
2013-03-01Add the OAuth2Authentication classPierre Dulac
2013-03-01Add django-oauth2-provider to the installed appsPierre Dulac
2013-03-01Add tests for OAuth2 authenticationPierre Dulac
2013-02-28Auth is no longer lazy. Closes #667.Tom Christie
2013-02-28Drop unused importTom Christie
2013-02-28Move ModelSerializer field_mapping into an attribute for easier overriding.Tom Christie
2013-02-27Fix out of date docstrings. Closes #689.Tom Christie
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-26Changed AttributeError to AssertionErrorDanilo Bargen
2013-02-25Show class name in exception messageDanilo Bargen
2013-02-25Improved exception message for missing serializer model meta optionDanilo Bargen
2013-02-25Replaced status numbers with the statuses constants from the status model.Omer Katz
2013-02-25Fixed misspelled remark in comments.Omer Katz
2013-02-25Fixed misspelled remark in comments.Omer Katz
2013-02-25Fixed misspelled remarks in comments.Omer Katz
2013-02-25Fixed misspelled remark in comments.Omer Katz
2013-02-25Fixed misspelled remark in comments.Omer Katz
2013-02-22Fix and test for #645Tom Christie
2013-02-22FormattingTom Christie
2013-02-22Merge pull request #669 from yprez/datetimefield_failTom Christie
2013-02-22Fix and test case for #653Tom Christie
2013-02-22Tests and fix for #666.Tom Christie
2013-02-22Version 2.2.12.2.1Tom Christie
2013-02-22assert package requirements are met for YAMLRendererTom Christie
2013-02-22Py3/2 compat fixes for uncode view names/descriptionsTom Christie
2013-02-22Added test for utf8 strings in docstrings of views.Tom Christie
2013-02-22Merge with masterTom Christie
2013-02-22XML cleanupTom Christie
2013-02-22Add forbid_dtd flag, since we don't need any DTDs.Tom Christie
2013-02-22Fix name fallback for BrowsableAPIRendererTom Christie
2013-02-22Merge pull request #672 from wronglink/unicode__doc__Tom Christie
2013-02-22defusedxml for security fix.Tom Christie
2013-02-22Fixed UnicodeDecodeError on get_name and get_description methodsMichael Elovskikh
2013-02-22XML cleanupTom Christie
2013-02-22Minimal appearance fixes in addition to #663Michael Elovskikh
2013-02-22Polishing touches to #663Tom Christie
2013-02-21Catch TypeError as well as ValueError when parsing dates, ref #699Yuri Prezument
2013-02-21Add assertion in testYuri Prezument
2013-02-21Failing test case for #669Yuri Prezument
2013-02-20Merge branch 'browsable_api_patch' of https://github.com/wronglink/django-res...Tom Christie
2013-02-20Minimal forms appearance improvementsMichael Elovskikh
2013-02-20Fix docstringTom Christie
2013-02-15Added tabs between object form and generic content form on POST formMichael Elovskikh
2013-02-15POST form using new form.html templateMichael Elovskikh
2013-02-15Added tests for PATCH form in the Browsable APIMichael Elovskikh
2013-02-15Merge pull request #657 from dgaus/masterTom Christie
2013-02-15Merge pull request #660 from pelme/timefieldTom Christie
2013-02-15Drop unused import.Tom Christie
2013-02-15Added tabs between object form and generic content form on PUT/PATCH formMichael Elovskikh