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-16
Merge pull request #422 from markotibold/max_length_for_modelserializers
Tom Christie
2012-11-16
Merge pull request #408 from markotibold/file_and_image_fields
Tom Christie
2012-11-16
Polishing to page size query parameters & more docs
Tom Christie
2012-11-16
Merge pull request #412 from minddust/custom_page_size_per_request
Tom Christie
2012-11-16
Added URLField and SlugField.
Marko Tibold
2012-11-16
Reproduces #421
Marko Tibold
2012-11-15
Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_f...
Marko Tibold
2012-11-15
added page_size_kwarg tests
Stephan Groß
2012-11-14
Added a test for the FileField.
Marko Tibold
2012-11-14
polishing code
Ludwig Kraatz
2012-11-13
fixed ugly code
Ludwig Kraatz
2012-11-13
fixed a bug on testing throttling headers
Ludwig Kraatz
2012-11-13
Returning a Location Header on Create
Ludwig Kraatz
2012-11-13
Fix broken depth argument
Tom Christie
2012-11-10
Fixes #380
Marko Tibold
2012-11-10
Reproduces #380
Marko Tibold
2012-11-09
Support for `read_only_fields` on `ModelSerializer` classes
Tom Christie
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
[next]