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
2014-09-02
Getting tests passing
Tom Christie
2014-09-02
Add relations and get tests running
Tom Christie
2014-08-29
First pass
Tom Christie
2014-08-29
Remove unused imports.
Tom Christie
2014-08-29
`get_paginate_by` no longer takes optional `.queryset`
Tom Christie
2014-08-29
Remove `.link()` and `.action()` decorators.
Tom Christie
2014-08-29
Remove deprecated generic views.
Tom Christie
2014-08-29
Minor tidy up.
Tom Christie
2014-08-29
Remove `.model` usage in tests.
Tom Christie
2014-08-29
Remove `page_size` argument.
Tom Christie
2014-08-29
Remove `pk_url_field`, `slug_url_field`, `slug_field`.
Tom Christie
2014-08-29
Remove `allow_empty`
Tom Christie
2014-08-29
Remove `allow_empty`.
Tom Christie
2014-08-29
Remove `filter_backend`.
Tom Christie
2014-08-29
2.4 Release notes
2.4.0
Tom Christie
2014-08-29
Merge pull request #1784 from tomchristie/remove-model-attribute
Tom Christie
2014-08-28
Validation errors in the rendered HTML fixed
Cezar Pendarovski
2014-08-27
Put all TextNodes (method names) back to same line with parent element
Cezar Pendarovski
2014-08-25
Merge remote-tracking branch 'upstream/master' into fix-1719
Cezar Pendarovski
2014-08-22
Made all color declarations in bootstrap-tweaks.css consistent
Cezar Pendarovski
2014-08-22
Fixed the issue with the non-draggable horizontal scrollbar
Cezar Pendarovski
2014-08-20
Deprecate .model in related routers/permissions
Tom Christie
2014-08-20
Merge branch 'master' into set-retry-after
Dmitry Mukhin
2014-08-20
Deprecate .model attribute on views
Tom Christie
2014-08-20
Fix cache_throttle typo
Tom Christie
2014-08-19
Drop six from compat. 1.4.2 is now the lowest supported version.
Tom Christie
2014-08-19
Merge pull request #1778 from linovia/bugfix/1398
Tom Christie
2014-08-19
Resolve python3 linting issue
Tom Christie
2014-08-19
Resolve linting issues
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-08-19
Merged #1398 against 2.4 branch.
Xavier Ordoquy
2014-08-19
Merge master
Tom Christie
2014-08-18
Only set .action attribute in override_method if it already existed on the view
Tom Christie
2014-08-18
Merge pull request #1763 from fongandrew/patch-1
Tom Christie
2014-08-18
Merge pull request #1505 from ticosax/test.client.logout
Tom Christie
2014-08-18
Merge pull request #1641 from javins/login-title
Tom Christie
2014-08-18
Merge pull request #1726 from ikame/master
Tom Christie
2014-08-18
Merge pull request #1654 from carltongibson/1559-take-2
Tom Christie
2014-08-18
Merge pull request #1772 from tomchristie/fix-1583
Tom Christie
2014-08-18
Copy filter_backends class attribute before returning it.
Tom Christie
2014-08-18
Always uppercase X-Http-Method-Override methods. Closes #1718.
Tom Christie
2014-08-18
Merge pull request #1711 from kdazzle/ModelViewSet-queryset-static-property
Tom Christie
2014-08-18
Merge pull request #1739 from kevinlondon/patch-3
Tom Christie
2014-08-16
Fixed action_map being pulled from wrong object
Andrew Fong
2014-08-16
override_method should substitute action
Andrew Fong
2014-08-16
Add test for SerializerMethodField
Aymeric Derbois
2014-08-13
ModelSerializer.restore_object - errors as list
John Whitlock
2014-08-11
Refactor JSONRenderer slightly for easier overriding
Tom Christie
2014-08-07
Updated documentation for urls.py
Kevin London
2014-08-06
Update description of OrderingFilter
Kevin London
[next]