aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-06-21Add support for StreamingHttpResponse. Closes #939Tom Christie
2013-06-21Added @freakydug, for changes in #941. Thanks :)Tom Christie
2013-06-21Brackets not required on decorator without argumentsTom Christie
2013-06-21Merge pull request #941 from FreakyDug/masterTom Christie
Fixed a couple of small problems I found when using the action decorator.
2013-06-21Update router docs on base_name. Refs #933.Tom Christie
2013-06-21Update assertion error to reference 'base_name' argument, not incorrect ↵Tom Christie
'name' argument. Closes #933
2013-06-21Remove erronous htmlcov filesTom Christie
2013-06-21Ensure action kwargs properly handdled. Refs #940.Tom Christie
2013-06-21Allow uppercase methods in action decorator.Philip Douglas
Previously, using uppercase for the method argument would silently fail to route those methods.
2013-06-21Correct docs' incorrect usage of action decoratorPhilip Douglas
If you don't call it, it doesn't work.
2013-06-18Don't raise AttributeError on views with no model or queryset, when using ↵Tom Christie
DjangoModelPermissions
2013-06-17Remove erronous checkinTom Christie
2013-06-17HyperlinkedModelSerializer supports overriding of 'url' field. Closes #936Tom Christie
2013-06-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-06-17Add Django OAuth Toolkit to docsTom Christie
2013-06-17Merge pull request #938 from bigsassy/masterTom Christie
Fixed minor typo in tutorial documentation.
2013-06-16Update 1-serialization.mdbigsassy
Fixed typo in documentation (Testarea to Textarea)
2013-06-14Update release notesTom Christie
2013-06-14Clean upTom Christie
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
Changes 'python' to 'Python' when used in prose.
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
Added test for custom fields with min_value and max_value validators
2013-06-12Merge pull request #926 from davesque/masterTom Christie
I was having problems with a custom field that used a min_value validator...
2013-06-12Merge pull request #930 from inglesp/patch-1Tom Christie
Typo
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
Add support for fields that use min and max value validators.
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
#923
2013-06-08Added @mindlace for work on #922. Thx!Tom Christie
2013-06-08Merge pull request #922 from mindlace-mp/masterTom Christie
Set args and kwargs before initializing the request.
2013-06-07Allow the default router to have a custom name.Ethan Fremen
Signed-off-by: Ethan Fremen <ethan@matterport.com>
2013-06-07Set the args and kwargs before initializing the request.Ethan Fremen
Allows get_parser_context to function correctly. Signed-off-by: Ethan Fremen <ethan@matterport.com>
2013-06-07Merge pull request #919 from ryankask/doc-duplicate-fixStephan Groß
Remove pass statement before docstring.
2013-06-07Remove pass statement before docstring.Ryan Kaskel
2013-06-06Merge pull request #915 from aburgel/fix-oauth-bad-consumer-keyTom Christie
Fix serialization exception caused by non-existent consumer
2013-06-06Merge pull request #914 from gnunamed/masterTom Christie
Fix typos
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