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-04-29
2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...
Tom Christie
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
2013-03-22
Add extra tests for errors from incorrect data with multiple create/update
Tom Christie
2013-03-21
Default date/time fields now return python date/time objects again by default
Tom Christie
2013-03-19
Basic bulk create and bulk update
Tom Christie
2013-03-18
Added bulk create tests
Tom Christie
2013-03-18
Merge branch 'master' into basic-nested-serialization
Tom Christie
2013-03-18
Remove dumbass unneeded test
Tom Christie
2013-03-15
one 2 one nested relationships
Tom Christie
2013-03-14
One-to-one writable, nested serializer support
Mark Aaron Shirley
2013-03-13
force_insert, force_update arguments. Closes #484.
Tom Christie
2013-03-13
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-03-13
Use django-filter 0.6a1 and add database query count tests for paginated, fil...
Tom Christie
2013-03-13
Fix duplicated database queries for paginated lists.
Tom Christie
2013-03-13
Merge branch 'num-query-checking' of https://github.com/mjtamlyn/django-rest-...
Tom Christie
2013-03-12
Merge pull request #723 from mjumbewu/multitable-inheritance
Tom Christie
2013-03-12
Merge pull request #695 from kuhnza/master
Tom Christie
2013-03-12
Merge branch 'master' into basic-nested-serialization
Tom Christie
2013-03-12
Merge master
Tom Christie
2013-03-12
Extra tests for nested serializers
Tom Christie
2013-03-12
Initial support for writable nested serialization (Not ModelSerializer)
Tom Christie
2013-03-12
Added test for X-HTTP-Method-Override header
Dave Kuhn
2013-03-11
Further group model inheritance tests
Mjumbe Wawatu Ukweli
2013-03-11
Group the model-inheritance-related tests together
Mjumbe Wawatu Ukweli
2013-03-11
Use parent's primary key when model is derived via multitable inheritance
Mjumbe Wawatu Ukweli
2013-03-10
Failing test to show problem of #720
Bouke Haarsma
2013-03-10
Add the implementation for TokenHasReadWriteScope permissions w/ oauth 1
Pierre Dulac
[next]