index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
tests
Age
Commit message (
Expand
)
Author
2013-12-13
Compat fixes for django-oauth-plus versions 2.0-2.2.1
Tom Christie
2013-12-13
Merge branch 'master' of git://github.com/philipforget/django-rest-framework ...
Tom Christie
2013-12-13
Fix default values always being False for browsable API
Kevin Brown
2013-12-13
Merge pull request #1234 from linovia/bugfix/nested_models_without_related_name
Tom Christie
2013-12-09
Fix compat issues for #1231
Tom Christie
2013-12-09
Merge branch 'issue-1231-jsonencoder' of git://github.com/mbox/django-rest-fr...
Tom Christie
2013-12-09
Merge master
Tom Christie
2013-12-09
Drop unneeded assert
Tom Christie
2013-12-09
Catch and mask ParseErrors that occur during rendering of the BrowsableAPI.
Tom Christie
2013-12-06
Version 2.3.10
2.3.10
Tom Christie
2013-12-06
Raise appropriate error in serializer when making a partial update to set a r...
Chuck Harmston
2013-12-03
Remove Content-Type header from empty responses. Fixes #1196
Tom Christie
2013-12-03
First pass at a test for ParseErrors breaking the browsable API
Tom Christie
2013-11-27
Add unittests for ChoiceField metadata.
Ian Foote
2013-11-22
Remove u from literals
Malcolm Box
2013-11-21
Fix issue #1231: JSONEncoder doesn't handle dict-like objects
Malcolm Box
2013-11-19
Added handling of validation errors in PUT-as-create.
Krzysztof Jurewicz
2013-11-18
Removed the DynamicSerializerView duplication
Xavier Ordoquy
2013-11-17
Fixed the nested model serializers in case of the related_name isn’t set.
Xavier Ordoquy
2013-11-15
add auth param to request client calls
Philip Forget
2013-11-12
Merge branch 'master' into allow-aggregate-ordering
Alex
2013-11-12
Add queryset aggregates to allowed fields in OrderingFilter
Alex
2013-11-06
Drop u'' prefix for python 3.x compatibility
Mathieu Pillard
2013-11-05
Improve handling of 'empty' values for ChoiceField
Mathieu Pillard
2013-10-24
Fixed UnicodeEncodeError when POST JSON via web interface; added test
alexanderlukanin13
2013-10-21
remove stray func from test
Ross McFarland
2013-10-19
paginator should validate page and provide default
Ross McFarland
2013-10-17
Merge pull request #1170 from craigds/write-into-foreignkey-with-source
Tom Christie
2013-10-17
Merge pull request #1112 from tamakisquare/issue-1111
Tom Christie
2013-10-17
Fix decimal support with YAMLRenderer
badaud_t
2013-10-17
Fix typo YAMLRendererTests
badaud_t
2013-10-11
fix ticket link in test docstring
Craig de Stigter
2013-10-11
fix writing into foreign key with non-null source
Craig de Stigter
2013-10-10
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-10-10
Merge branch 'html-form-rendering'
Tom Christie
2013-10-10
Ensure read-only fields don't break with current HTML renderer behavior
Tom Christie
2013-10-09
Merge pull request #1071 from craigds/field-transform-methods
Carlton Gibson
2013-10-03
Merge remote-tracking branch 'upstream/master'
Philip Douglas
2013-10-03
add tests for transform_fieldname methods
Craig de Stigter
2013-09-23
Address pending deprecation of Model._meta.module_name in Django 1.6
Markus Kaiserswerth
2013-09-20
Correct typo in doc string.
Carlton Gibson
2013-09-20
Clear cached serializer data on `save()` + test. Fixes #1116.
Carlton Gibson
2013-09-15
[Add]: CustomValidationTests.test_partial_update
Colin Huang
2013-09-13
Typo in strings referring to Python package, django-filter.
Rajiv Bose
2013-09-13
Merge remote-tracking branch 'upstream/master'
Philip Douglas
2013-09-12
Add missing newline at the end of test file
Philip Douglas
2013-09-12
Fix error when serializer gets files but no data
Philip Douglas
2013-09-10
Tweaks and docs to object-level model permissions.
Tom Christie
2013-09-10
Merge branch 'master' of git://github.com/bwreilly/django-rest-framework into...
Tom Christie
2013-09-09
removed unnecessary guardian req and view.action parsing
bwreilly
[next]