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
2011-06-21
Decimals are a protected_type - let's leave them up to the renderer to deal with
Tom Christie
2011-06-15
Additional test for JSON
Tom Christie
2011-06-15
Version 0.2.3
Tom Christie
2011-06-15
Merge throttling and fix up a coupla things
Tom Christie
2011-06-15
Allow related models to be fully serialized
Tom Christie
2011-06-14
Support for nesting resources etc...
Tom Christie
2011-06-14
Bits of cleaning up for the throttling
Tom Christie
2011-06-14
Add PerViewThrottling and PerResourceThrottling to __all__
Tom Christie
2011-06-14
Add PerViewThrottling and PerResourceThrottling to __all__
Tom Christie
2011-06-13
deleted pre-Django 1.2 work-around and added a usage string.
markotibold
2011-06-13
implemeneted #28
markotibold
2011-06-13
0.2.2 release
Tom Christie
2011-06-12
Merge with 10e5aa19eecaec9be297dd8f090eb56c60089a6d
markotibold
2011-06-12
Fix file uploads
Tom Christie
2011-06-11
* implemented Tom's nice config string for the trotlle rate e.g. '3/sec'
markotibold
2011-06-11
small fix
markotibold
2011-06-11
refactored and added new tests for per-user, per-view, and per-resource htrot...
markotibold
2011-06-11
* fixed `test_request_throttling_is_per_user` - it didn't make a request for ...
markotibold
2011-06-11
implemented per user throttling
markotibold
2011-06-11
implemented testing of per user throttling
markotibold
2011-06-10
added some throttling tetst. Can't get per-user-throttling testing to work th...
markotibold
2011-06-10
made it possible to pass args to runtests to specify the Testcase, or more sp...
markotibold
2011-06-10
Drop test_fail()
Tom Christie
2011-06-10
`bound_form.cleaned_data` already returns the file data if there was any.
Alen Mujezinovic
2011-06-09
Removed unused imports
Alen Mujezinovic
2011-06-09
Returning the dict from `parse_qs` in `FormParser` fails on forms.
Alen Mujezinovic
2011-06-08
Nested tuples serialisation test
Alen Mujezinovic
2011-06-08
Added possibility to specify what attributes of ForeignKeys and OneToOne fiel...
Alen Mujezinovic
2011-06-07
Update version for 0.2.0 bugfixes
Tom Christie
2011-06-07
Typo. Authenticat<i>on
Tom Christie
2011-06-02
Updating docs for 0.2
Tom Christie
2011-06-02
pull in -dev as 0.2.0
Tom Christie
2011-06-02
proper manifest. setup groks version from __init__
Tom Christie
2011-05-31
Fix query parameters getting lost
Tom Christie
2011-05-27
strip _accept when validating
Tom Christie
2011-05-27
Fixes github #17
Tom Christie
2011-05-27
Allow .form specified on view. Allow get_form, put_form, post_form. Add .PA...
Tom Christie
2011-05-27
forms/models can be set on the view as well as the resource
Tom Christie
2011-05-27
forms/models can be set on the view as well as the resource
Tom Christie
2011-05-24
tidy up last bits of renderer media type handling
Tom Christie
2011-05-24
Renderers can now cope with parameterised args. ResponseMixin gets cleaned u...
Tom Christie
2011-05-24
Fix up breadcrumbs to only breadcrumb for REST framework Views
Tom Christie
2011-05-24
Allow views to return HttpResponses. Add initial() hook method
Tom Christie
2011-05-23
check in marko's docs
Tom Christie
2011-05-23
name and description
Tom Christie
2011-05-19
The core is now documented from the docstrings in the source.
markotibold
2011-05-19
Merge in marko's doc markup
Tom Christie
2011-05-19
data flattening needs to go into resource
Tom Christie
2011-05-18
Most of the actual work so far has been markup really.
markotibold
2011-05-17
Better do this before I forget
Tom Christie
[next]