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
Age
Commit message (
Expand
)
Author
2013-10-24
Removed commented-out credits from footer to make django-debug-toolbar work.
Jakub Roztočil
2013-10-24
Added get_filter_backends method
Yamila Moreno
2013-10-24
Merge pull request #1198 from alexanderlukanin13/form-post-unicode
Tom Christie
2013-10-24
Update comment in `get_parser_context`.
Tom Christie
2013-10-24
Fixed UnicodeEncodeError when POST JSON via web interface; added test
alexanderlukanin13
2013-10-22
Merge pull request #1187 from ross/paginator_def_val
Tom Christie
2013-10-21
remove stray func from test
Ross McFarland
2013-10-21
retract the default page stuff.
Ross McFarland
2013-10-21
Use lookup_url_kwarg in presave if required
Tom Christie
2013-10-21
Added . Closes #1188.
Tom Christie
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
Merge pull request #1172 from brutasse/fix/return-object
Tom Christie
2013-10-17
Fix a docstring to reflect what the method does
Bruno Renié
2013-10-17
Fix decimal support with YAMLRenderer
badaud_t
2013-10-17
Fix typo YAMLRendererTests
badaud_t
2013-10-16
Allow to customize description so that markup can be accepted if needed.
Omer Katz
2013-10-15
[Fix]: Error with partial=True and validate_<name>
Colin Huang
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-04
support args on get_object_or_404
Henry Clifford
2013-10-03
Merge remote-tracking branch 'upstream/master'
Philip Douglas
2013-10-03
add tests for transform_fieldname methods
Craig de Stigter
2013-10-02
Fix rendering of forms and add error rendering on HTML form
Tom Christie
2013-10-02
Serializers can now be rendered directly to HTML
Tom Christie
2013-09-26
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-09-26
Allow .template_name attribute specified on view. Closes #1000
Tom Christie
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
Merge pull request #1107 from dpretty/master
Tom Christie
2013-09-14
Refs #1109 -- Update docs. Integrate changes from feedback.
Tai Lee
2013-09-13
Fixed #1105 -- Add hook for custom context in `BrowsableAPIRenderer`.
Tai Lee
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-13
Try a more localised fix to the data=None problem
Philip Douglas
2013-09-13
Let JSONEncoder handle Numpy data types.
David Pretty
2013-09-12
Merge pull request #1097 from mociepka/add_default_order_by_in_filtering
Tom Christie
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-11
Version 2.3.8
2.3.8
Tom Christie
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-10
Add order_by to the AutoFilterSet
Michał Ociepka
[next]