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
Age
Commit message (
Expand
)
Author
2012-11-01
Tweaks fields docs, and fix 2.0.1 version.
2.0.1
Tom Christie
2012-11-01
Update release notes
Tom Christie
2012-11-01
Merge pull request #357 from tomchristie/browseable-api-relationships
Tom Christie
2012-11-01
Merge master
Tom Christie
2012-11-01
Relational field support in browseable API.
Tom Christie
2012-11-01
Added @ottoyiu. Thanks!
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-11-01
Merge pull request #349 from ZestCore/master
Tom Christie
2012-10-31
fix 'from_native' method when rel is None
Otto Yiu
2012-10-31
Fixing documentation on auth/throttling guides
Otto Yiu
2012-10-31
PUT as create should return 201. Fixes #340.
Tom Christie
2012-10-31
Merge pull request #345 from minddust/master
Tom Christie
2012-10-31
fixed typo
Stephan Groß
2012-10-31
Merge pull request #344 from minddust/master
Tom Christie
2012-10-31
added missing semicolon
Stephan Groß
2012-10-31
Added @asfaltboy. Thanks!
Tom Christie
2012-10-31
Merge pull request #343 from asfaltboy/fix-docs
Tom Christie
2012-10-31
using 'pk' in fields throws KeyError
Pavel Savchenko
2012-10-30
Package and doc tweaks
Tom Christie
2012-10-30
Docs to django-rest-framework.org
Tom Christie
2012-10-30
Update travis image to master
Tom Christie
2012-10-30
Merge branch 'restframework2' into rest-framework-2-merge
2.0.0
Tom Christie
2012-10-30
Make docs ready to push to django-rest-framework.org
Tom Christie
2012-10-30
Merge pull request #341 from minddust/restframework2
Tom Christie
2012-10-30
Final docs tweaks for 2.0
Tom Christie
2012-10-30
added missing word + removed double whitespace
Stephan Groß
2012-10-30
added missing word
Stephan Groß
2012-10-30
fixed typo
Stephan Groß
2012-10-30
fixed typo
Stephan Groß
2012-10-30
removed empty row
Stephan Groß
2012-10-30
fix ModelSerializer useage
Stephan Groß
2012-10-30
Docs update
Tom Christie
2012-10-30
Docs tweaks for tutorial.
Tom Christie
2012-10-30
Raise nicer exception if queryset not Set on writable related field. Refs: #338
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
Merge pull request #335 from tomchristie/related-field-as-instance
Tom Christie
2012-10-30
Update browser enhancments docs. Fixes #339.
Tom Christie
2012-10-30
Merge pull request #336 from markotibold/null_is_true_model_fields
Tom Christie
2012-10-30
Merge pull request #337 from markotibold/typos
Tom Christie
2012-10-30
Fix some typos.
Marko Tibold
2012-10-30
Set a ModelSerializer field to required=False if the ModelField has null=True...
Marko Tibold
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
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-f...
Tom Christie
2012-10-29
Fixes for urls with suffixes
Tom Christie
[next]