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
Age
Commit message (
Expand
)
Author
2013-07-09
Use absolute import style
Tom Christie
2013-07-09
Add an ModelAdmin for easy management of Tokens
Gertjan Oude Lohuis
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
Merge pull request #962 from tomchristie/test-client
Tom Christie
2013-07-04
Update parser docstrings. Closes #968.
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
Simplify APIClient implementation
Tom Christie
2013-06-29
Added APIClient.authenticate()
Tom Christie
2013-06-29
Refactor SessionAuthentication slightly
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
Fix compat datetime import when oauth2 provide does not support timezone awar...
Tom Christie
2013-06-27
Version 2.3.6
2.3.6
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
Use timezone aware datetimes with oauth2 provider, when supported. Closes #947.
Tom Christie
2013-06-26
Refactored get_view_description, moved appropriate tests to test_description.py
Igor Kalat
2013-06-26
Use AUTH_USER_MODEL consistently between various Django versions. Closes #946
Tom Christie
2013-06-22
Make browsable API views play nice with utf-8
Igor Kalat
2013-06-21
Add support for StreamingHttpResponse. Closes #939
Tom Christie
2013-06-21
Merge pull request #941 from FreakyDug/master
Tom Christie
2013-06-21
Update assertion error to reference 'base_name' argument, not incorrect 'name...
Tom Christie
2013-06-21
Ensure action kwargs properly handdled. Refs #940.
Tom Christie
2013-06-21
Allow uppercase methods in action decorator.
Philip Douglas
2013-06-18
Don't raise AttributeError on views with no model or queryset, when using Dja...
Tom Christie
2013-06-17
HyperlinkedModelSerializer supports overriding of 'url' field. Closes #936
Tom Christie
2013-06-14
Clean up
Tom Christie
2013-06-14
Fix and tests for ScopedRateThrottle. Closes #935
Tom Christie
2013-06-12
Merge pull request #929 from mhsparks/positive-integer-field
Tom Christie
2013-06-12
Merge pull request #926 from davesque/master
Tom Christie
2013-06-12
Typo
inglesp
2013-06-12
Added test for custom fields with min_value and max_value validators
Mark Hughes
2013-06-11
Pep8 lint
David Sanders
2013-06-11
Update ModelField to work with a broader range of fields
David Sanders
2013-06-07
Allow the default router to have a custom name.
Ethan Fremen
2013-06-07
Set the args and kwargs before initializing the request.
Ethan Fremen
2013-06-06
Merge pull request #915 from aburgel/fix-oauth-bad-consumer-key
Tom Christie
2013-06-06
Never deepcopy validators. Closes #913
Tom Christie
2013-06-05
Fix serialization exception when using non-existent consumer
Alex Burgel
2013-06-05
Remove ConfigurationError in favor of Django's ImproperlyConfigured
Tom Christie
2013-06-05
Fix up tests and tox
Tom Christie
[next]