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-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
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
Merge pull request #904 from menghan/fix-doc-typo
Tom Christie
2013-06-03
Version 2.3.5
2.3.5
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
Merge pull request #895 from linovia/django1.6a1
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
Merge branch 'master' of https://github.com/woakas/django-rest-framework
Tom Christie
2013-06-02
Test cleanup
Tom Christie
2013-06-02
view_name argument to HyperlinkedModelSerializer is now properly enforced. C...
Tom Christie
2013-06-02
fix doc typo
Menghan
2013-05-31
HyperlinkedModelSerializer lookup_field option should apply to HyperlinkedIde...
Tom Christie
2013-05-31
Cleaning up imports and whitespace
Tom Christie
2013-05-31
Remove unused test helper module
Tom Christie
2013-05-30
Improve avoid validation test: #900
David Medina
2013-05-29
Fix default field when is a simple callable function.
Gustavo Andrés Angulo
2013-05-29
Added get_url hook to HyperlinkedIdentityField in line with HyperlinedRelated...
Tom Christie
2013-05-29
Bugfix: Fix run validation layer with invalid data
David Medina
2013-05-29
Use absolute name imports for tests if django version is 1.6+.
Xavier Ordoquy
2013-05-29
Change test urls to match 1.6 test module name style
Tom Christie
2013-05-29
Rename test modules to 1.6 style
Tom Christie
2013-05-28
Merge pull request #897 from pborreli/typos
Stephan Groß
2013-05-28
Fixed typos
Pascal Borreli
2013-05-28
Backwards compatible approach to HyperlinkedIdentityField URLs. Closes #892
Tom Christie
[next]