aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-06-14Fix and tests for ScopedRateThrottle. Closes #935Tom Christie
2013-06-14Drop coveralls as seems to be screwing with thingsTom Christie
2013-06-14Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-06-14Adding coveralls to travis buildsTom Christie
2013-06-13Merge pull request #932 from tobych/python-titlecaseTom Christie
2013-06-12Changes 'python' to 'Python' when used in prose.Toby Champion
2013-06-12Added @davesque for work on #926. Thanks! :)Tom Christie
2013-06-12Merge pull request #929 from mhsparks/positive-integer-fieldTom Christie
2013-06-12Merge pull request #926 from davesque/masterTom Christie
2013-06-12Merge pull request #930 from inglesp/patch-1Tom Christie
2013-06-12Typoinglesp
2013-06-12Added test for custom fields with min_value and max_value validatorsMark Hughes
2013-06-11Pep8 lintDavid Sanders
2013-06-11Update ModelField to work with a broader range of fieldsDavid Sanders
2013-06-10Better docs related to lookup_field and hyperlinked serializers. Closes #920.Tom Christie
2013-06-10Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-06-10Add renderer_classes kwarg when binding snippet_highlight explicitly. Closes ...Tom Christie
2013-06-08Added @mindlace for work on #922. Thx!Tom Christie
2013-06-08Merge pull request #922 from mindlace-mp/masterTom Christie
2013-06-07Allow the default router to have a custom name.Ethan Fremen
2013-06-07Set the args and kwargs before initializing the request.Ethan Fremen
2013-06-07Merge pull request #919 from ryankask/doc-duplicate-fixStephan Groß
2013-06-07Remove pass statement before docstring.Ryan Kaskel
2013-06-06Merge pull request #915 from aburgel/fix-oauth-bad-consumer-keyTom Christie
2013-06-06Merge pull request #914 from gnunamed/masterTom Christie
2013-06-06Never deepcopy validators. Closes #913Tom Christie
2013-06-05Fix serialization exception when using non-existent consumerAlex Burgel
2013-06-05Update serializers.mdgnunamed
2013-06-05Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-06-05Remove ConfigurationError in favor of Django's ImproperlyConfiguredTom Christie
2013-06-05Added @areski for docs fix #912. Thanks!Tom Christie
2013-06-05Merge pull request #912 from areski/masterTom Christie
2013-06-05Fix up tests and toxTom Christie
2013-06-05Fix on documentation - wrong reference at previous created view UserList / Us...Areski Belaid
2013-06-04Added trailing_slash argument to routers. Closes #905Tom Christie
2013-06-04Fix ModelField docs. Closes #909.Tom Christie
2013-06-04Test cases and fix for plain-list relationships (ie not queryset) Closes #878.Tom Christie
2013-06-03Regression test for #840. Closes #840.Tom Christie
2013-06-03Merge pull request #904 from menghan/fix-doc-typoTom Christie
2013-06-03Version 2.3.52.3.5Tom Christie
2013-06-03request.user should be still be accessible in renderer context if authenticat...Tom Christie
2013-06-03Added @copitux for work on #900. Thanks! :)Tom Christie
2013-06-03Merge pull request #900 from copitux/fix-validation-layerTom Christie
2013-06-02Add Django 1.6 to docs and to toxTom Christie
2013-06-02Merge pull request #895 from linovia/django1.6a1Tom Christie
2013-06-02Only use test import munging prior to Django 1.6's new test runnerTom Christie
2013-06-02Added @aburgel for work on #887. Thank you :)Tom Christie
2013-06-02Add notes on 'method' argument to '@action' decoratorTom Christie
2013-06-02Upgraded the django-oauth2-provider.Xavier Ordoquy
2013-06-02Serializer field 'default' argument may be a callableTom Christie