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
Version 2.1.0. Adding release notes.
2.1.0
Tom Christie
2012-11-05
Tweak related field docs now that queryset is no longer required.
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
Merge pull request #371 from tomchristie/serializer-fixes
Tom Christie
2012-11-05
Drop unneccesarily lenient dictionary-containing-instances serialization.
Tom Christie
2012-11-05
added docs
Stephan Groß
2012-11-05
fixed typo
Stephan Groß
2012-11-05
Fix broken link
Tom Christie
2012-11-05
Added @mjs7231 - Thanks!
Tom Christie
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
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
[next]