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
/
generics.py
Age
Commit message (
Expand
)
Author
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-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
s/Single Character/String/
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-18
HEAD and OPTIONS should not be exposed as actions as discussed in https://git...
Nikolaus Schlemm
2013-05-18
draft for fields' metadata via OPTIONS - needs review and decision
Nikolaus Schlemm
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-01
Example and spelling fixes. Change "browseable" to "browsable" for consistency.
Victor Shih
2013-04-17
Remove unneccessary tests from #789, and bit of cleanup.
Tom Christie
2013-04-14
adding test case for generic view with overriden get_object()
Johannes Spielmann
2013-03-13
force_insert, force_update arguments. Closes #484.
Tom Christie
2013-03-08
Add some simple numQueries tests.
Marc Tamlyn
2013-03-08
Correcy typo.
Marc Tamlyn
2013-03-08
GenericAPIView now applies filter_backend for list and retrieve api views
toran billups
2013-02-27
`assertEquals` -> `assertEqual`
Tom Christie
2013-02-25
Fixed misspelled remark in comments.
Omer Katz
2013-02-25
Fixed misspelled remark in comments.
Omer Katz
2013-02-22
Fix and test case for #653
Tom Christie
2013-02-22
Tests and fix for #666.
Tom Christie
2013-02-07
Use new many=True relations style.
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-05
deprecate simplejson
Juan Riaza
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2012-12-30
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...
Andrew Hankinson
2012-12-30
Renaming DRFRequestFactory to RequestFactory
Andrew Hankinson
2012-12-20
Adjust PATCH test cases to use the new DRFRequestFactory
Andrew Hankinson
2012-12-18
Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks to...
Tom Christie
2012-12-17
Fix bug with M2M in browseable API
Tom Christie
2012-12-16
Adding PATCH support to Django REST Framework
Andrew Hankinson
2012-11-24
Every (base) test should now pass with python3.
Xavier Ordoquy
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-10-31
PUT as create should return 201. Fixes #340.
Tom Christie
2012-10-29
Fix slug based put as create test
Tom Christie
2012-10-29
PUT as create should return 200
Tom Christie
2012-10-28
Get the correct instance
Marko Tibold
2012-10-28
test_put_as_create_on_id_based_url should check for a created-response.
Marko Tibold
2012-10-28
Added wo tests. One for PUTing on a non-existing id-based url. And another fo...
Marko Tibold
2012-10-08
Fix #285
Tom Christie
2012-10-05
Support PUT for create
Tom Christie
2012-10-04
HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hype...
Tom Christie
2012-10-03
Rename generic views
Tom Christie
[next]