aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-03-07Merge & clean OAuth supportTom Christie
2013-03-06Version 2.2.22.2.2Tom Christie
2013-03-06Clean ups to datetime formattingTom Christie
2013-03-05Merge datetime formatsTom Christie
2013-03-04Update migrationStephan Groß
2013-03-04Update migrationStephan Groß
2013-03-04Fix fix migrate authtokenStephan Groß
2013-03-04Fix authtoken migrationStephan Groß
2013-03-01Fix for django 1.3 compatibilityStephan Groß
2013-03-01Add none testcases to date, datetime, timeStephan Groß
2013-03-01Add format class attributesStephan Groß
2013-03-01Add new ISO8601 setting + integrationStephan Groß
2013-03-01Add docs update - part 1Stephan Groß
2013-03-01Add drf settings + output format + testcasesStephan Groß
2013-03-01Fix for python 3 supportStephan Groß
2013-03-01Fix for python 3 support - thanks @LinoviaStephan Groß
2013-03-01Add better date / datetime validation (pull 2)Stephan Groß
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-27import compat version of unittestswistakm
2013-02-26runtest.settings fixed if django-oauth-plus or oauth2 are not installedswistakm
2013-02-26OAuth tests now are skipped unless django-oauth-plus and oauth2 are installed.swistakm
2013-02-26Move oauth2 and django-oauth-plus imports to compat and fix some minor issuesswistakm
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-25add OAuthAuthentication classswistakm
2013-02-25add django-oauth-plus & oauth2 to installed apps in runtests settings.pyswistakm
2013-02-25add tests for OAuth authenticationswistakm
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