aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-06-21Add support for StreamingHttpResponse. Closes #939Tom Christie
2013-06-21Merge pull request #941 from FreakyDug/masterTom Christie
2013-06-21Update assertion error to reference 'base_name' argument, not incorrect 'name...Tom Christie
2013-06-21Ensure action kwargs properly handdled. Refs #940.Tom Christie
2013-06-21Allow uppercase methods in action decorator.Philip Douglas
2013-06-18Don't raise AttributeError on views with no model or queryset, when using Dja...Tom Christie
2013-06-17HyperlinkedModelSerializer supports overriding of 'url' field. Closes #936Tom Christie
2013-06-14Clean upTom Christie
2013-06-14Fix and tests for ScopedRateThrottle. Closes #935Tom 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-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-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-06Merge pull request #915 from aburgel/fix-oauth-bad-consumer-keyTom Christie
2013-06-06Never deepcopy validators. Closes #913Tom Christie
2013-06-05Fix serialization exception when using non-existent consumerAlex Burgel
2013-06-05Remove ConfigurationError in favor of Django's ImproperlyConfiguredTom Christie
2013-06-05Fix up tests and toxTom Christie
2013-06-04Added trailing_slash argument to routers. Closes #905Tom 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-03Merge pull request #900 from copitux/fix-validation-layerTom 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-02Add notes on 'method' argument to '@action' decoratorTom Christie
2013-06-02Serializer field 'default' argument may be a callableTom Christie
2013-06-02Merge branch 'master' of https://github.com/woakas/django-rest-frameworkTom Christie
2013-06-02Test cleanupTom Christie
2013-06-02view_name argument to HyperlinkedModelSerializer is now properly enforced. C...Tom Christie
2013-06-02fix doc typoMenghan
2013-05-31HyperlinkedModelSerializer lookup_field option should apply to HyperlinkedIde...Tom Christie
2013-05-31Cleaning up imports and whitespaceTom Christie
2013-05-31Remove unused test helper moduleTom Christie
2013-05-30Improve avoid validation test: #900David Medina
2013-05-29Fix default field when is a simple callable function.Gustavo Andrés Angulo
2013-05-29Added get_url hook to HyperlinkedIdentityField in line with HyperlinedRelated...Tom Christie
2013-05-29Bugfix: Fix run validation layer with invalid dataDavid Medina
2013-05-29Use absolute name imports for tests if django version is 1.6+.Xavier Ordoquy
2013-05-29Change test urls to match 1.6 test module name styleTom Christie
2013-05-29Rename test modules to 1.6 styleTom Christie
2013-05-28Merge pull request #897 from pborreli/typosStephan Groß
2013-05-28Fixed typosPascal Borreli
2013-05-28Backwards compatible approach to HyperlinkedIdentityField URLs. Closes #892Tom Christie