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-29
Change test urls to match 1.6 test module name style
Tom Christie
2013-05-29
Rename test modules to 1.6 style
Tom Christie
2013-05-28
Raise 404 on incorrect lookup type in URL, not 500. Closes #890.
Tom Christie
2013-05-24
Clean up OPTIONS implementation
Tom Christie
2013-05-24
Merge branch 'issue-192-expose-fields-for-options' of https://github.com/grim...
Tom Christie
2013-05-23
simplified, moved field humanizing to Field. broken tests
Oscar Vilaplana
2013-05-22
Last bits of charset sorting-out-ness
Tom Christie
2013-05-22
Use assertEqual, not assertEquals
Tom Christie
2013-05-22
Minor cleanup
Tom Christie
2013-05-21
Merge and styling fixes
Tom Christie
2013-05-20
content type may be set explicitly on the response
Tom Christie
2013-05-20
Fix charset issues
Tom Christie
2013-05-20
Updated SlugField to raise validation errors for invalid slugs
David Jones
2013-05-19
removed TODO
Oscar Vilaplana
2013-05-19
removed TODO
Oscar Vilaplana
2013-05-19
removed TODO
Oscar Vilaplana
2013-05-19
fixed tests, added docs, renamed helper method
Oscar Vilaplana
2013-05-19
fixed merge conflict
Oscar Vilaplana
2013-05-19
* make test assertion more explicit
Nikolaus Schlemm
2013-05-19
Removed unused imports
Oscar Vilaplana
2013-05-19
s/Single Character/String/
Oscar Vilaplana
2013-05-19
Added tests, cleaned up imports
Oscar Vilaplana
2013-05-19
FIXED TEST FOR: don't expose fields for GET and DELETE - leaving room for par...
Nikolaus Schlemm
2013-05-19
Disabled label and help_text in unit test. We should change the test so
Oscar Vilaplana
2013-05-19
Integrated status quo of grimborg's awesome humanize_field() for exposing fie...
Nikolaus Schlemm
2013-05-19
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...
Nikolaus Schlemm
2013-05-18
Merge branch 'issue-192-expose-fields-for-options' of git://github.com/grimbo...
Nikolaus Schlemm
2013-05-18
added unittests for permission check of exposing actions via OPTIONS
Nikolaus Schlemm
2013-05-18
added tests for form
Oscar Vilaplana
2013-05-18
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-05-18
Added proper charset support
Tom Christie
2013-05-18
Added humanized field names and types
Oscar Vilaplana
2013-05-18
Merge pull request #865 from ryankask/issue-747-lazy-strings-serialized
Tom Christie
2013-05-18
Merge pull request #864 from minddust/fix_missing_min_values
Tom Christie
2013-05-18
HEAD and OPTIONS should not be exposed as actions as discussed in https://git...
Nikolaus Schlemm
2013-05-18
Drop another case of u'', this time from #530 code
Markus Törnqvist
2013-05-18
Drop u'', it was used inconsistently and breaks for nothing with Python 3.2
Markus Törnqvist
2013-05-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...
Nikolaus Schlemm
2013-05-18
Merge branch 'master' into mjtorn-master
Markus Törnqvist
2013-05-18
draft for fields' metadata via OPTIONS - needs review and decision
Nikolaus Schlemm
2013-05-18
Tests proper encoding in JSONRenderer and UnicodeJSONRenderer
Pablo Recio
2013-05-18
Add min_value=0 to autogenerated Pos..IntFields
Stephan Groß
2013-05-18
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework
Karol Majta
2013-05-18
charset param gets now appended to response's Content-Type. Closes #807
Karol Majta
2013-05-18
Two test cases for html rendering of API with labelized model
Markus Törnqvist
2013-05-18
Update FieldLabelTest to use new BasicModel.verbose_name
Markus Törnqvist
2013-05-18
Change BasicModel.verbose_name
Markus Törnqvist
2013-05-18
Merge pull request #861 from minddust/fix_missing_field_values
Tom Christie
2013-05-18
Fix missing para..
Stephan Groß
[next]