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-08-29
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
0.4.0
Tom Christie
2012-08-29
Version 0.4.0
Tom Christie
2012-08-26
Point build status at correct location
Tom Christie
2012-08-26
Add travis image
Tom Christie
2012-08-25
Add build status
Tom Christie
2012-08-25
Django 1.5 breaks test client form encoding
Tom Christie
2012-08-25
Drop examples tests from travis to keep number of configurations sane
Tom Christie
2012-08-25
Adding django 1.5 support mean dropping 1.2 support (no easy way to support u...
Tom Christie
2012-08-25
Make template url tags 1.5 compatible
Tom Christie
2012-08-25
Quote urls in templates
Tom Christie
2012-08-25
Drop 2.5 testing from travis - not compatible with Django 1.5
Tom Christie
2012-08-25
Travis CI
Tom Christie
2012-08-25
Updated sandbox links
Tom Christie
2012-08-25
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2012-08-25
Point Live examples to heroku.
Marko Tibold
2012-08-24
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2012-08-23
Merge pull request #181 from flashingpumpkin/master
Tom Christie
2012-08-21
Added @pilt - Thanks!
Tom Christie
2012-08-21
Merge pull request #236 from Memoto/master
Tom Christie
2012-08-21
Update AUTHORS
Tom Christie
2012-08-21
Merge pull request #224 from ralphje/master
Tom Christie
2012-08-21
Merge pull request #229 from max-arnold/228-runtime-head
Tom Christie
2012-08-13
Don't ever return the normal serializer again.
Alen Mujezinovic
2012-08-10
Allow template to be set on views
Simon Pantzare
2012-07-28
Added @yetist
Tom Christie
2012-07-28
Merge pull request #234 from yetist/master
Tom Christie
2012-07-27
support utf8 description
yetist
2012-07-12
remove remaining head() method
Max Arnold
2012-07-12
patch View.head() only for django < 1.4
Max Arnold
2012-07-12
add View.head() method at runtime (should fix AttributeError: object has no a...
Max Arnold
2012-07-12
Merge pull request #227 from mammique/filter
Tom Christie
2012-07-12
add_query_param should preserve previous querystring
Camille Harang
2012-07-06
Modify mixins.py to make sure that the 415 (Unsupported Media Type) returns i...
Ralph Broenink
2012-07-03
Added Adam Ness. Thanks!
Tom Christie
2012-07-03
Merge pull request #223 from greylurk/ie-headers
Tom Christie
2012-07-02
Patch to enable Accept headers in Internet Explorer when an Ajax Library on t...
Adam Ness
2012-06-28
Don't bork if request attribute is not set.
Tom Christie
2012-06-28
Merge pull request #219 from scfarley/related-serializers-2
Tom Christie
2012-06-26
Pass request to related serializers
Sean C. Farley
2012-05-22
Merge pull request #210 from max-arnold/serialize-raw-queryset
Tom Christie
2012-05-22
Allow RawQuerySet serialization
Max Arnold
2012-05-11
1.4 Ain't alpha.
Tom Christie
2012-04-12
Fix typo.
Marko Tibold
2012-04-11
Use seuptools to be explicit about optional version-dependency of markdown.
Marko Tibold
2012-04-11
Fixes #94. Thanks @natim. Only Markdown 2.0+ is supported currently.
Marko Tibold
2012-03-27
Fix broken pygments test.
Marko Tibold
2012-03-20
Don't return unknown field errors if allow_unknown_form_fields is True
Alen Mujezinovic
2012-03-01
Whoops. Adding the .parent attribute to the Serializer class broke
Alen Mujezinovic
2012-03-01
Added a .parent attribute to the Serializer object for documentation
Alen Mujezinovic
2012-03-01
Maintain a reference to the parent serializer when descending down into fields
Alen Mujezinovic
[next]