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
2012-10-30
Hyperlinked serializer tests
Tom Christie
2012-10-30
Adding failing tests that show null=True model fields are won't validate if t...
Marko Tibold
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-29
Merge pull request #331 from markotibold/test_put_as_create
Tom Christie
2012-10-28
readonly -> read_only
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
Merge pull request #330 from tomchristie/tutorial-refactor
Tom Christie
2012-10-28
Added wo tests. One for PUTing on a non-existing id-based url. And another fo...
Marko Tibold
2012-10-28
TemplateHTMLRenderer, StaticHTMLRenderer
Tom Christie
2012-10-27
Push tests into a seperate app namespace 'rest_framework.test'
Tom Christie
2012-10-26
Fix failing 'default' on ModelSerializer
Tom Christie
2012-10-24
Add cross-field validate method
Jamie Matthews
2012-10-24
Switch from clean_<fieldname> to validate_<fieldname>, clarify documentation
Jamie Matthews
2012-10-24
Implement per-field validation on Serializers
Jamie Matthews
2012-10-22
#314 Fix for manytomany field being required in the payload even though the f...
Ian Strachan
2012-10-22
Fix serialization of reverse relationships
Jamie Matthews
2012-10-18
Added tests for dotted notation in serializer field source
Ian Strachan
2012-10-17
Negotiation API finalized. .select_renderers and .select_parsers
Tom Christie
2012-10-17
Added `media_type` to `.parse()` - Consistency with renderer API.
Tom Christie
2012-10-17
Drop .parse_string_or_stream() - keep API minimal.
Tom Christie
2012-10-17
Make default field check safe for boolean values whereby 'False' may be an ac...
Rob Dobson
2012-10-15
Merge pull request #296 from ulmus/restframework2
Tom Christie
2012-10-15
Tweak parsers to take parser_context
Tom Christie
2012-10-15
Removed serializer.TextField and related tests
Jens Alm
2012-10-15
Added tests for TextField
Jens Alm
2012-10-14
Documentation for parsers
Tom Christie
2012-10-11
Sanitise JSON error messages
Tom Christie
2012-10-10
Make sure JSON output in Browseable API is nicely indented
Tom Christie
2012-10-10
Permissions and throttles no longer have a view attribute on self. Explicitl...
Tom Christie
2012-10-09
Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...
Tom Christie
2012-10-09
Remove Field handling relations/relationship managers - use RelatedField/Many...
Tom Christie
2012-10-09
Tweak authtoken
Tom Christie
2012-10-08
Fix issue where required fields were not being properly validated. Also make...
Tom Christie
2012-10-08
Fix fiddly content-overloading bug
Tom Christie
2012-10-08
Fix #285
Tom Christie
2012-10-05
Remove unused test file
Tom Christie
2012-10-05
Support PUT for create
Tom Christie
2012-10-05
Add test for non-GET methods to api_view decorator
Tom Christie
2012-10-05
Remove Parser.can_handle_request()
Tom Christie
2012-10-05
Docs for template responses
Tom Christie
2012-10-05
HTMLTemplateRenderer working
Tom Christie
2012-10-05
User .accepted_renderer, .accepted_media_type
Tom Christie
2012-10-05
Accepted media type uses most specific of client/renderer media types.
Tom Christie
2012-10-04
Fix for field to make it easier to access field relationships
Tom Christie
2012-10-04
Initial tests for hyperlinked relationships
Tom Christie
2012-10-04
Make Import patterns 1.3 compatible
Tom Christie
2012-10-04
HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hype...
Tom Christie
2012-10-04
Tests for default arguments on fields
Tom Christie
[next]