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
Age
Commit message (
Expand
)
Author
2013-05-16
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
2.3.3
Tom Christie
2013-05-16
Version 2.3.3
Tom Christie
2013-05-16
Merge pull request #843 from linovia/master
Tom Christie
2013-05-16
Small typo in the ViewSet example.
Xavier Ordoquy
2013-05-15
Test and fix which closes #652.
Tom Christie
2013-05-15
Fix searchfilter issues
Tom Christie
2013-05-14
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-05-14
Base automatic filterset model on the queryset model. Fixes #834.
Tom Christie
2013-05-14
Added @jsummerfield for cleanups in #824. Thanks!
Tom Christie
2013-05-14
Merge pull request #824 from jsummerfield/patch-1
Tom Christie
2013-05-14
Fix assert messaging on fields/exclude checking. Closes #833
Tom Christie
2013-05-14
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-05-14
Added @avinash240 for bugfix #822
Tom Christie
2013-05-14
Updated release notes
Tom Christie
2013-05-14
Fix filter test renaming
Tom Christie
2013-05-14
Merge branch 'master' of https://github.com/avinash240/django-rest-framework
Tom Christie
2013-05-14
Added OrderingFilter
Tom Christie
2013-05-14
Added OrderingFilter
Tom Christie
2013-05-14
Rename filter tests
Tom Christie
2013-05-14
More docs on SearchFilter
Tom Christie
2013-05-14
SearchFilter may be comma and/or whitespace seperated
Tom Christie
2013-05-14
Fix Django 1.3 compat with routers
Tom Christie
2013-05-14
Updated release notes
Tom Christie
2013-05-13
Added django-viewsets to credits. Refs #738.
Tom Christie
2013-05-13
Remove trailing unmatched </div> in login_base.html template. Reformat indent...
James Summerfield
2013-05-12
fix test case to work with Python 3 and make it more explicit
Marlon Bailey
2013-05-11
added support for multiple @action and @link decorators on a viewset, along w...
Marlon Bailey
2013-05-10
Fix py3k compat with functools.reduce
Tom Christie
2013-05-10
Unicode string fix
Tom Christie
2013-05-10
Improve custom filtering example
Tom Christie
2013-05-10
Added SearchFilter
Tom Christie
2013-05-10
SearchFilter and tests
Tom Christie
2013-05-10
Move models into test modules, out of models module
Tom Christie
2013-05-10
Docs tweaks
Tom Christie
2013-05-10
Added @hamishcampbell for docs fix #818. Thanks!
Tom Christie
2013-05-10
Merge pull request #818 from hamishcampbell/master
Tom Christie
2013-05-10
Fix minor code error in Generic Views documentation - missing `if` statement.
Hamish Campbell
2013-05-09
Fix HyperlinkedModelSerializer not respecting lookup_fields
Tom Christie
2013-05-09
Tweak inheritance
Tom Christie
2013-05-09
Added GenericViewSet and docs tweaking
Tom Christie
2013-05-09
Tweak doc text slightly
Tom Christie
2013-05-09
Added 'Customizing the generic views' section. Closes #816
Tom Christie
2013-05-08
Version 2.3.2
2.3.2
Tom Christie
2013-05-08
Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798
Tom Christie
2013-05-08
Test and fix for #814.
Tom Christie
2013-05-08
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2013-05-08
Add rails in credits section
Tom Christie
2013-05-08
Allow None filename on uploaded files
Tom Christie
2013-05-08
Update generic-views.md
Tom Christie
2013-05-08
Added @dhepper for typo fixes in #812.
Tom Christie
[next]