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-05-17
Fix PendingDeprecation warnings in tests
Tom Christie
2013-05-16
HyperlinkedIdentityField uses `lookup_field` kwarg.
Andy Freeland
2013-05-15
Test and fix which closes #652.
Tom Christie
2013-05-14
Base automatic filterset model on the queryset model. Fixes #834.
Tom Christie
2013-05-14
Fix filter test renaming
Tom Christie
2013-05-14
Merge branch 'master' of https://github.com/avinash240/django-rest-framework
Tom Christie
2013-05-14
Added OrderingFilter
Tom Christie
2013-05-14
Added OrderingFilter
Tom Christie
2013-05-14
Rename filter tests
Tom Christie
2013-05-12
fix test case to work with Python 3 and make it more explicit
Marlon Bailey
2013-05-11
added support for multiple @action and @link decorators on a viewset, along w...
Marlon Bailey
2013-05-10
Unicode string fix
Tom Christie
2013-05-10
SearchFilter and tests
Tom Christie
2013-05-10
Move models into test modules, out of models module
Tom Christie
2013-05-08
Test and fix for #814.
Tom Christie
2013-05-07
Merge pull request #806 from wronglink/master
Tom Christie
2013-05-05
Merge master
Tom Christie
2013-05-04
Codebase improvements on FileUploadParser
Michael Elovskikh
2013-05-03
Tests for FileUploadParser
Michael Elovskikh
2013-05-01
Example and spelling fixes. Change "browseable" to "browsable" for consistency.
Victor Shih
2013-04-30
Merge master
Tom Christie
2013-04-30
Drop out attribute
Tom Christie
2013-04-29
Tweaks for preferring .queryset over .model
Tom Christie
2013-04-29
fields shortcut on views
Tom Christie
2013-04-29
2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...
Tom Christie
2013-04-27
Changed DepthTest to have depth=2
JC
2013-04-26
DecimalField
Tom Christie
2013-04-23
Merge remove-django-generics
Tom Christie
2013-04-23
Ensure implementation of reverse relations in 'fields' is backwards compatible
Tom Christie
2013-04-17
Merge branch 'include_reverse_relations' of https://github.com/tomchristie/dj...
Tom Christie
2013-04-17
Remove unneccessary tests from #789, and bit of cleanup.
Tom Christie
2013-04-15
Return Decimal instance instead of string
Stephan Groß
2013-04-15
Fix unicodes
Stephan Groß
2013-04-15
Add DecimalField support
Stephan Groß
2013-04-14
adding test case for generic view with overriden get_object()
Johannes Spielmann
2013-04-10
First pass on automatically including reverse relationship
Tom Christie
2013-04-09
Add lookup_kwarg
Tom Christie
2013-04-04
Fix up view name/description tests
Tom Christie
2013-03-29
Merge pull request #767 from tomchristie/fix-oauth2-token-only
Tom Christie
2013-03-28
Removed pagination regression special case for Django<1.4. Having DjangoFil...
Kevin Stone
2013-03-27
Added unit test for failing DjangoFilterBackend on SingleObjectMixin that was...
Kevin Stone
2013-03-28
Remove client credentials from all OAuth 2 tests
Pierre Dulac
2013-03-27
Complete remove of client checks from oauth2
Fernando Rocha
2013-03-27
client credentials should be optional (fix #759)
Fernando Rocha
2013-03-25
Bulk update, allow_add_remove flag
Tom Christie
2013-03-22
Defer the writable nested modelserializers work
Tom Christie
2013-03-22
Merge master
Tom Christie
2013-03-22
Merge pull request #744 from tomchristie/basic-bulk-edit
Tom Christie
2013-03-22
Bit of extra tidying and plenty of docs
Tom Christie
2013-03-22
Test moved out of serializer.py into serializer_bulk_update
Tom Christie
[next]