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
2012-11-06
fixed typo in html status code
Stephan Groß
2012-11-06
Add pk_url_kwarg to hyperlinked fields
Tom Christie
2012-11-06
Use saner get_serializer signature
Tom Christie
2012-11-06
added slug support for HyperlinkedIdentityField
Stephan Groß
2012-11-06
Merge pull request #374 from tonimichel/master
Tom Christie
2012-11-06
More defensive coding. Refs: #348
Tom Christie
2012-11-06
Respect false value defaults on WritableField. Fixes #377.
Tom Christie
2012-11-06
Allow slug_url_kwarg to be overidden by subclass. Fixes #373
Tom Christie
2012-11-06
Support for HTML error templates. Fixes #319.
Tom Christie
2012-11-05
Update rest_framework/serializers.py
Toni
2012-11-05
Tweaks
Tom Christie
2012-11-05
Version 2.1.0. Adding release notes.
2.1.0
Tom Christie
2012-11-05
slug_url_kwarg should default to same as slug_field
Tom Christie
2012-11-05
Merge pull request #347 from minddust/master
Tom Christie
2012-11-05
Drop unneccesarily lenient dictionary-containing-instances serialization.
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
Tidy up serializer fields now we no longer use dynamic fields
Tom Christie
2012-11-05
Add note on * import
Tom Christie
2012-11-05
Swap position of `instance` and `data` keyword arguments.
Tom Christie
2012-11-05
Merge remote-tracking branch 'upstream/master'
Stephan Groß
2012-11-05
Include queryset missing exception on writable SlugField
Tom Christie
2012-11-05
Merge pull request #364 from mjs7231/master
Tom Christie
2012-11-04
Fix for bug #363: ChoiceField missing in renderers.py
Michael Shepanski
2012-11-04
Remove `request' from response instance while
Jacob Magnusson
2012-11-04
Remove attributes that are not needed when caching
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
Merge pull request #359 from tomchristie/relationship_tests
Tom Christie
2012-11-02
Tweaks
Tom Christie
2012-11-02
foreign key tests
Tom Christie
2012-11-02
Apply to_native on dictionary keys as well
Jacob Magnusson
2012-11-02
Don't convert dictionary into a string representation
Jacob Magnusson
2012-11-02
Initial PK relationship tests
Tom Christie
2012-11-02
Fix issues with pk related fields in the browsable API.
2.0.2
Tom Christie
2012-11-01
Tweaks fields docs, and fix 2.0.1 version.
2.0.1
Tom Christie
2012-11-01
Merge master
Tom Christie
2012-11-01
Relational field support in browseable API.
Tom Christie
2012-11-01
Merge pull request #351 from asfaltboy/fix_trans_choices
Tom Christie
2012-11-01
Merge pull request #352 from asfaltboy/cleanup_MultipleObjectBaseView
Tom Christie
2012-11-01
since MultipleObjectBaseView was renamed MultipleObjectAPIView, it stands to ...
Pavel Savchenko
2012-11-01
return choices as unicode and not string,
Pavel Savchenko
2012-10-31
fix 'from_native' method when rel is None
Otto Yiu
2012-10-31
PUT as create should return 201. Fixes #340.
Tom Christie
2012-10-31
added support for custom slug field and kwargs
Stephan Groß
2012-10-30
Final docs tweaks for 2.0
Tom Christie
2012-10-30
Raise nicer exception if queryset not Set on writable related field. Refs: #338
Tom Christie
[next]