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-01-22
Merge branch 'master' into unauthenticated_response
Tom Christie
2013-01-21
WWW-Authenticate responses
Tom Christie
2013-01-21
Tweaked some method names to be more clear and added a docstring to the test ...
Kevin Stone
2013-01-20
Added test case for format_suffix_patterns to validate changes introduced wit...
Kevin Stone
2013-01-19
Raise assertion errors if @api_view decorator is applied incorrectly. Fixes #...
Tom Christie
2013-01-19
Drop unneeded test
Tom Christie
2013-01-18
Raise Validation Errors when relationships receive incorrect types. Fixes #590.
Tom Christie
2013-01-18
Revert accidental merge.
Tom Christie
2013-01-16
Use None to delete nested object as opposed to _delete flag
Mark Aaron Shirley
2013-01-16
Add one-to-one nested update and delete functionality
Mark Aaron Shirley
2013-01-16
Update errant test comment
Mark Aaron Shirley
2013-01-16
Update one-to-one test names
Mark Aaron Shirley
2013-01-16
Remove commented out debug code
Mark Aaron Shirley
2013-01-16
Add nested create for 1to1 reverse relationships
Mark Aaron Shirley
2013-01-16
Drop bits of relations_slug tests which don't mirror existing tests.
Tom Christie
2013-01-16
Merge branch 'master' of https://github.com/steve-gregory/django-rest-framewo...
Tom Christie
2013-01-15
Added a new file 'relations_slug.py' that tests Nullable Foreign Keys and the...
Steven Gregory
2013-01-15
Update docstrings
Tom Christie
2013-01-12
PK fields should only be read-only if they are an AutoField. Fixes #563
Tom Christie
2013-01-12
auto_now and auto_now_add fields should be read only by default
Tom Christie
2013-01-10
unused imports
Juan Riaza
2013-01-08
Merge remote-tracking branch 'upstream/master' into null-one-to-one
Mark Aaron Shirley
2013-01-07
Create separate *NullableOneToOneTests TestCase
Mark Aaron Shirley
2013-01-07
Clean up test slightly. Refs #552
Tom Christie
2013-01-07
Be more informative when reporting import errors.
Marc Tamlyn
2013-01-05
deprecate simplejson
Juan Riaza
2013-01-04
Handle ObjectDoesNotExist exceptions when serializing null reverse one-to-one
Mark Aaron Shirley
2013-01-04
Validation errors instead of exceptions when serializers receive incorrect ty...
Tom Christie
2013-01-04
Add proper validation for updating relational fields with incorrect types. F...
Tom Christie
2013-01-04
Rename module for basic relational field tests
Tom Christie
2013-01-03
Fix for #446. Note: Also needs applying to other relational types.
Tom Christie
2013-01-03
Merge pull request #541 from yprez/default_and_partial_serializers2
Tom Christie
2013-01-03
Move relation tests models into models.py
Mark Aaron Shirley
2013-01-03
Some cleanup
Yuri Prezument
2013-01-02
Regression test for #542
Yuri Prezument
2013-01-02
Merge branch 'patch-support' of https://github.com/ahankinson/django-rest-fra...
Tom Christie
2013-01-01
Update HyperlinkedForeignKeyTests to match PKForeignKeyTests
Mark Aaron Shirley
2012-12-31
Don't persist relation changes in ModelSerializer#restore_object()
Mark Aaron Shirley
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-29
Add reverse FK update tests
Tom Christie
2012-12-29
Add test for hyperlinked reverse FK create. Refs #511
Tom Christie
2012-12-29
Add TODO
Tom Christie
2012-12-29
Added hyperlinked FK create test
Tom Christie
2012-12-29
Support reverse FK creation
Tom Christie
2012-12-29
Add FK create tests
Tom Christie
2012-12-29
Tests for retrieving nullable relations
Tom Christie
2012-12-29
Merge pull request #515 from yprez/blank_fields_issue
Tom Christie
2012-12-29
Nested serializers now support nullable relationships, plus test. Fixes #384
Tom Christie
2012-12-29
Add tests for nested FKs
Tom Christie
[next]