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-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-19
Merge branch 'boolean-field-required-1004' of git://github.com/willkg/django-...
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-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
2013-06-29
Rename to force_authenticate
Tom Christie
2013-06-29
Added APIClient.authenticate()
Tom Christie
2013-06-29
Remove unneeded tests.utils, superseeded by APIRequestFactory, APIClient
Tom Christie
2013-06-29
Addeded 'APITestClient.credentials()'
Tom Christie
2013-06-28
Added APIClient
Tom Christie
2013-06-28
Added APIRequestFactory
Tom Christie
2013-06-28
Merge branch 'master' into writable-nested-modelserializer
Tom Christie
2013-06-27
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-06-27
Use imported views to expose python 2.6 bug. Refs #943
Tom Christie
2013-06-26
Merge pull request #953 from j4mie/prevent-duplicate-routing
Tom Christie
2013-06-26
Raise exception when attempting to dynamically route to a method that is alre...
Jamie Matthews
2013-06-26
Minor test cleanup
Tom Christie
2013-06-26
Merge pull request #943 from trwired/utf8safedocs
Tom Christie
2013-06-26
Refactored get_view_description, moved appropriate tests to test_description.py
Igor Kalat
2013-06-22
Make browsable API views play nice with utf-8
Igor Kalat
2013-06-21
Ensure action kwargs properly handdled. Refs #940.
Tom Christie
2013-06-17
HyperlinkedModelSerializer supports overriding of 'url' field. Closes #936
Tom Christie
2013-06-14
Fix and tests for ScopedRateThrottle. Closes #935
Tom Christie
2013-06-12
Added test for custom fields with min_value and max_value validators
Mark Hughes
2013-06-07
Allow the default router to have a custom name.
Ethan Fremen
2013-06-05
Fix serialization exception when using non-existent consumer
Alex Burgel
2013-06-05
Merge master
Tom Christie
2013-06-05
Fix up tests and tox
Tom Christie
2013-06-04
Added trailing_slash argument to routers. Closes #905
Tom Christie
2013-06-04
Test cases and fix for plain-list relationships (ie not queryset) Closes #878.
Tom Christie
2013-06-03
Regression test for #840. Closes #840.
Tom Christie
2013-06-03
request.user should be still be accessible in renderer context if authenticat...
Tom Christie
2013-06-03
Merge pull request #900 from copitux/fix-validation-layer
Tom Christie
2013-06-02
Only use test import munging prior to Django 1.6's new test runner
Tom Christie
2013-06-02
Add notes on 'method' argument to '@action' decorator
Tom Christie
2013-06-02
Serializer field 'default' argument may be a callable
Tom Christie
2013-06-02
Test cleanup
Tom Christie
[next]