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
/
djangorestframework
Age
Commit message (
Expand
)
Author
2012-02-20
Some cleanup
Tom Christie
2012-02-17
Merge git://github.com/sebpiq/django-rest-framework into develop
Tom Christie
2012-02-14
merged with trunk
Sébastien Piquemal
2012-02-14
fixed examples, corrected small bugs in the process
Sébastien Piquemal
2012-02-14
Move stylesheet references to the new relative namespace
Paul Oswald
2012-02-14
Delete robots.txt, favicon.ico views; Move style to a new static namespace
Paul Oswald
2012-02-11
Fix typo.
Tom Christie
2012-02-11
`OPTIONS` is also a safe method.
Tom Christie
2012-02-11
Improve docstring on DjangoModelPermissions, and also ensure the user is auth...
Tom Christie
2012-02-11
Minor name change
Tom Christie
2012-02-11
Fix up DjangoModelPermissions.
Tom Christie
2012-02-11
Merge pull request #160 from mammique/django_perms
Tom Christie
2012-02-11
DjangoModelPermisson's desc
Camille Harang
2012-02-11
check authentication after checking ModelResource
Camille Harang
2012-02-11
DjangoModelPermisson
Camille Harang
2012-02-10
attempt at fixing the examples
Sébastien Piquemal
2012-02-10
made suggested fixes
Sébastien Piquemal
2012-02-07
modified examples, somethin' still broken, can't find what
Sébastien Piquemal
2012-02-07
some docs for Request/Response/mixins
Sébastien Piquemal
2012-02-07
cleaned Request/Response/mixins to have similar interface
Sébastien Piquemal
2012-02-07
cleaned a bit Response/ResponseMixin code, added some documentation + renamed...
Sébastien Piquemal
2012-02-07
Ensure duplicate "page" parameters are not created
Jamie Matthews
2012-02-07
Fix up packaging and staticfiles changes. Fixes #155. Fixes #153. Fixes #150.
Tom Christie
2012-02-02
Response as a subclass of HttpResponse - first draft, not quite there yet.
Sébastien Piquemal
2012-02-02
Python docs say inherit from Exception, not BaseException.
Tom Christie
2012-02-02
merged with trunk's master
Sébastien Piquemal
2012-02-01
* -> **
Camille Harang
2012-02-01
Remove use of Q objects.
Tom Christie
2012-02-01
Update test settings for 1.2
Tom Christie
2012-01-31
django-staticfiles for Django 1.2 compatability
Tom Christie
2012-01-30
Refs #148
Tom Christie
2012-01-30
Fixes #148. Thanks @dvinegla.
Tom Christie
2012-01-29
Use named args in mixin tests.
Tom Christie
2012-01-28
Drop implicit 'pk' on last arg in urlconf. (Too magical).
Tom Christie
2012-01-28
Use `staticfiles` for serving css. Fixes #116.
Tom Christie
2012-01-28
Tidy up auto-escaping.
Tom Christie
2012-01-28
Fix silly error. This makes more sense.
Marko Tibold
2012-01-28
moving forward
Marko Tibold
2012-01-28
prepare for tagging
0.3.2
Marko Tibold
2012-01-25
Refactoring get_name/get_description
Tom Christie
2012-01-25
Merge remote-tracking branch 'btimby/description'
Tom Christie
2012-01-25
enhanced request how-to + example
Sébastien Piquemal
2012-01-24
Merge pull request #144 from btimby/master
Tom Christie
2012-01-24
Modified test case to pass regardless of JSON library
Ben Timby
2012-01-24
Modified test case to pass regardless of JSON library
Ben Timby
2012-01-24
Fix UserLoggedInAuthentication for POST requests.
Tom Christie
2012-01-24
documentation for request module
Sébastien Piquemal
2012-01-24
Reverted formatting
Ben Timby
2012-01-24
Parse url when adding query param.
Tom Christie
2012-01-24
Drop redundant comment.
Tom Christie
[next]