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
Version 0.3.3
0.3.3
Tom Christie
2012-02-20
Fix for URLObject 2.0.0
Tom Christie
2012-02-20
Chase changes to URLObject's API in v2.0.0
Sean C. Farley
2012-02-20
Merge pull request #168 from poswald/namespace-templates
Tom Christie
2012-02-20
Rename templates to 'base.html', 'api.html', 'api.txt' and 'login.html'
Paul Oswald
2012-02-16
Merge pull request #145 from flashingpumpkin/master
Tom Christie
2012-02-15
Move the templates into a named directory
Paul Oswald
2012-02-15
Add empty {% blocks %} to the template to give people a chance to override
Paul Oswald
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-09
Merge remote branch 'tomchristie/master'
Alen Mujezinovic
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
Python docs say inherit from Exception, not BaseException.
Tom Christie
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-27
Added get_renderers method to ResponseMixin
Alen Mujezinovic
2012-01-25
Refactoring get_name/get_description
Tom Christie
2012-01-25
Merge remote-tracking branch 'btimby/description'
Tom Christie
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
Reverted formatting
Ben Timby
2012-01-24
Parse url when adding query param.
Tom Christie
2012-01-24
Drop redundant comment.
Tom Christie
2012-01-23
Refactored get_name()/get_description()
Ben Timby
2012-01-23
Fix for testcase test_with_content_type_args
Ben Timby
2012-01-23
Docstring tidy up
Tom Christie
2012-01-22
Fix tests to work on all supported configurations.
Tom Christie
[next]