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-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
ToMany fields default to read-only if targeting ManyToManyField.
Ryan Kaskel
2013-05-18
Merge pull request #831 from brianz/master
Tom Christie
2013-05-18
Moved test model into closer to the testcase
Pablo Recio
2013-05-18
Merge branch 'master' into 725-blank-choice-dash
Pablo Recio
2013-05-18
Adding `BLANK_CHOICE_DASH` as a choice if the model's field isn't required
Pablo Recio
2013-05-18
Merge pull request #694 from craigds/master
Tom Christie
2013-05-18
add tests for dotted lookup in RelatedField, PrimaryKeyRelatedField, and Hype...
Craig de Stigter
2013-05-18
serializers.Field respects ordering on dicts if it exists. Closes #832
Tom Christie
2013-05-18
add tests for related field source for HyperlinkedRelatedField. #694
Craig de Stigter
2013-05-18
add tests for related field source for RelatedField and PrimaryKeyRelatedFiel...
Craig de Stigter
2013-05-18
Forms in Broseable API support dynamic serializers based on request method
Tom Christie
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-13
Allow for missing non-required nested objects.
Brian Zambrano
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
[next]