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
Age
Commit message (
Expand
)
Author
2013-01-26
Version 2.1.17
2.1.17
Tom Christie
2013-01-26
Test for custom pagination serializers. Also refs #604.
Tom Christie
2013-01-26
Fix issues with custom pagination serializers
Tom Christie
2013-01-26
Serializers should accept source='*' argument. Fixes #604.
Tom Christie
2013-01-25
Test for GFK, using RelatedField. Refs #607.
Tom Christie
2013-01-25
Cleaning up GFK test module. Refs #607.
Tom Christie
2013-01-24
Test for #552.
Tom Christie
2013-01-23
Merge pull request #603 from minddust/validation_error
Tom Christie
2013-01-23
Pass PaginationSerializer context through to child ModelSerializer on init. ...
Tom Christie
2013-01-23
Improve validate_<fieldname> fix
Stephan Groß
2013-01-23
Add separate test for failed custom validation
Stephan Groß
2013-01-22
Merge branch 'master' into unauthenticated_response
Tom Christie
2013-01-21
WWW-Authenticate responses
Tom Christie
2013-01-21
Merge pull request #602 from kevinastone/master
Tom Christie
2013-01-21
Don't do an inverted if test.
Tom Christie
2013-01-21
Tweaked some method names to be more clear and added a docstring to the test ...
Kevin Stone
2013-01-21
Add possible solution for field validation error
Stephan Groß
2013-01-21
Add failed testcase for fieldvalidation
Stephan Groß
2013-01-20
Added test case for format_suffix_patterns to validate changes introduced wit...
Kevin Stone
2013-01-19
Include kwargs in included URLs
Tom Christie
2013-01-19
Drop print statement
Tom Christie
2013-01-19
`format_suffix_patterns` now support `include`-style nested URL patterns. Fix...
Tom Christie
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
Move nested serializer logic into .field_from_native()
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
Merge pull request #584 from radiosilence/master
Tom Christie
2013-01-15
Add timedelta encoder to the JSONEncoder class.
James Cleveland
2013-01-15
correcting template: closing tag was missing
Johannes Spielmann
2013-01-15
Update docstrings
Tom Christie
2013-01-14
Version 2.1.16
2.1.16
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-08
Merge pull request #566 from mjtamlyn/patch-1
Tom Christie
2013-01-08
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-01-08
Fix inconsistent view_name logic. Fixes #567.
Tom Christie
2013-01-08
ObtainAuthToken pluggable Serializer.
Marc Tamlyn
2013-01-07
Create separate *NullableOneToOneTests TestCase
Mark Aaron Shirley
[next]