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-05
Swap position of `instance` and `data` keyword arguments.
Tom Christie
2012-11-05
Include queryset missing exception on writable SlugField
Tom Christie
2012-11-05
Update release notes.
Tom Christie
2012-11-05
Added @osiloke. Thanks!
Tom Christie
2012-11-05
Merge pull request #365 from osiloke/e74772b8a6d0d9d218946a6bc8411afe8e77e0bb
Tom Christie
2012-11-05
Merge pull request #364 from mjs7231/master
Tom Christie
2012-11-05
Merge pull request #366 from jmagnusson/master
Tom Christie
2012-11-04
This accounts for none(null) values of rel.to when converting model fields fr...
Osiloke Emoekpere
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
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework
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-04
Added @jmagnusson. Thanks!
Tom Christie
2012-11-03
Merge pull request #360 from jmagnusson/master
Tom Christie
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
Update release notes
Tom Christie
2012-11-02
Merge pull request #359 from tomchristie/relationship_tests
Tom Christie
2012-11-02
Merge pull request #358 from jmagnusson/master
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
Remove accidental egg-info files
Tom Christie
2012-11-01
gitignore *.egg-info
Tom Christie
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
[next]