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-20
Merge pull request #430 from j4mie/serializer-method-field
Tom Christie
2012-11-20
Clean up and clarify tests for related serializers
Jamie Matthews
2012-11-20
Fix related serializers with source argument that resolves to a callable
Jamie Matthews
2012-11-19
Merge pull request #399 from robromano/master
Tom Christie
2012-11-19
Add SerializerMethodField
Jamie Matthews
2012-11-18
Update robromano fork with upstream master
Robert Romano
2012-11-18
Add support for min_length / max_length keywords
Jacob Magnusson
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
Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, update...
Rob Romano
2012-11-14
Updates to login view for TokenAuthentication from feedback from Tom
Rob Romano
2012-11-14
Added authtoken login/logout urlpatterns and views
Rob Romano
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
[next]