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
/
rest_framework
/
tests
Age
Commit message (
Expand
)
Author
2013-12-06
PEP8 Compliance
kahnjw
2013-12-06
Add tests to pass for get_ident method in BaseThrottle class.
kahnjw
2013-09-25
Drop 1.3 support
Tom Christie
2013-09-25
Merge master
Tom Christie
2013-09-13
Typo in strings referring to Python package, django-filter.
Rajiv Bose
2013-09-10
Tweaks and docs to object-level model permissions.
Tom Christie
2013-09-10
Merge branch 'master' of git://github.com/bwreilly/django-rest-framework into...
Tom Christie
2013-09-09
removed unnecessary guardian req and view.action parsing
bwreilly
2013-09-07
first pass at object level permissions and tests
bwreilly
2013-09-06
Support customizable view EXCEPTION_HANDLER
Andy Freeland
2013-09-06
some properly failing tests, set up for standard permissions
bwreilly
2013-09-06
added guardian as optional requirement, stubbed out object-level permission c...
bwreilly
2013-09-05
Merge pull request #1076 from edmondwong/master
Tom Christie
2013-09-03
Added test for OPTIONS before object creation from a PUT
Edmond Wong
2013-08-31
Regression test for #1072
Yuri Prezument
2013-08-30
Merge master
Tom Christie
2013-08-30
Fix failing empty serializer test
Tom Christie
2013-08-30
Drop broken placeholder serializations.
Tom Christie
2013-08-29
Make ChoiceField.from_native() follow IntegerField behaviour on empty values
Mathieu Pillard
2013-08-28
Tweak MAX_PAGINATE_BY behavior in edge case.
Tom Christie
2013-08-27
Merge branch 'max_paginate_by' of git://github.com/alexander-akhmetov/django-...
Tom Christie
2013-08-26
Added max_paginate_by parameter
Alexander Akhmetov
2013-08-23
Merge branch 'master' into html-form-renderer
Tom Christie
2013-08-23
Fix failing test for router with no trailing slash
Tom Christie
2013-08-23
Merge branch 'display-nested-data' into html-form-renderer
Tom Christie
2013-08-23
Merge pull request #1034 from KrzysiekJ/patch-create-fallback-removal
Tom Christie
2013-08-23
Add validation error test when passing non-file to FileField
Tom Christie
2013-08-23
Merge branch 'fix_937' of git://github.com/aburgel/django-rest-framework into...
Tom Christie
2013-08-23
force_authenticate(None) also clears session info.
Tom Christie
2013-08-21
Merge master
Tom Christie
2013-08-21
Merge branch 'static-routes' into 0.4.0
Tom Christie
2013-08-19
Merge branch 'boolean-field-required-1004' of git://github.com/willkg/django-...
Tom Christie
2013-08-19
Merge branch 'master' into 2.4.0
Tom Christie
2013-08-19
Merge
Tom Christie
2013-08-18
Updated tests for view name and description
Christopher Paolini
2013-08-16
Add test for BooleanField and required
Will Kahn-Greene
2013-08-13
don't set X-Throttle-Wait-Second header if throttle wait is None
Jeremy Satterfield
2013-08-13
PATCH requests should not be able to create objects.
Krzysztof Jurewicz
2013-08-12
Failing test case for nullifying nested object
Yuri Prezument
2013-08-12
Make OneToOneSource.target nullable
Yuri Prezument
2013-07-24
Add support for removing field files by sending an empty string
Alex Burgel
2013-07-21
Fixed test
Pavel Zinovkin
2013-07-15
Combined link_* and action_* decorators into detail_route and list_route, mar...
Alex Burgel
2013-07-15
Changed collection_* decorators to list_*
Alex Burgel
2013-07-15
Rename router collection test case
Alex Burgel
2013-07-15
Add support for collection routes to SimpleRouter
Alex Burgel
2013-07-05
Use 'force_text', not 'unicode', for compat across python version
Tom Christie
2013-07-05
Merge branch 'remove-hold-down-control-messages' of git://github.com/rouge8/d...
Tom Christie
2013-07-04
Remove 'Hold down "Control" ...' message from help_text
Andy Freeland
2013-07-01
Complete testing docs
Tom Christie
[next]