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-11-09
Merge pull request #383 from tomchristie/filtering
Tom Christie
2012-11-08
Make default FILTER_BACKEND = None
Tom Christie
2012-11-08
Fixed creation of objects with reversed M2M relations
Tomi Pajunen
2012-11-07
Make filtering optional, and pluggable.
Tom Christie
2012-11-07
Merge branch 'restframework2-filter' of git://github.com/onepercentclub/djang...
Tom Christie
2012-11-06
Support for HTML error templates. Fixes #319.
Tom Christie
2012-11-06
Merge branch 'master' into restframework2-filter
Ben Konrath
2012-11-05
Tweaks
Tom Christie
2012-11-05
Merge pull request #347 from minddust/master
Tom Christie
2012-11-05
fixed typo
Stephan Groß
2012-11-05
added testcase for custom slug field in hyperlinkedrelatedfield
Stephan Groß
2012-11-05
`queryset` argument is now optional on writable model fields.
Tom Christie
2012-11-05
Swap position of `instance` and `data` keyword arguments.
Tom Christie
2012-11-04
Remove `request' from response instance while
Jacob Magnusson
2012-11-04
Add tests for caching of GET/HEAD requests using
Jacob Magnusson
2012-11-03
Added test for ModelSerializer Meta fields
Jacob Magnusson
2012-11-03
Added test that makes sure that fields with
Jacob Magnusson
2012-11-03
Bye bye star import
Jacob Magnusson
2012-11-02
Tweaks
Tom Christie
2012-11-02
foreign key tests
Tom Christie
2012-11-02
Initial PK relationship tests
Tom Christie
2012-11-01
Merge branch 'master' into restframework2-filter
Ben Konrath
2012-10-31
PUT as create should return 201. Fixes #340.
Tom Christie
2012-10-30
Merge fixes for 'blank=True' fields. Fixes #324, Fixes #325
Tom Christie
2012-10-30
Allow use of absolute URLs when deserializing hyperlinked fields
Tom Christie
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
[next]