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-08-20
Merge branch 'master' into set-retry-after
Dmitry Mukhin
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
2014-08-05
Remove duplicate class attributes
Jason Alan Palmer
2014-08-01
Leave status responsibility to parent class
Anler Hp
2014-07-29
Better fix for the Django 1.3 compat
Xavier Ordoquy
2014-07-29
Fixed the Django 1.3 compat
Xavier Ordoquy
2014-07-29
Fixed the cache issue with Django 1.7 rc*
Xavier Ordoquy
2014-07-28
Issue #1707 - Add documentation about the caching of `GenericAPIView.queryset`
Kyle
2014-07-28
Merge remote-tracking branch 'reference/master'
Xavier Ordoquy
2014-07-28
Fix #1712 (issue when django-guardian is installed but not configured/used)
Xavier Ordoquy
2014-07-26
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-07-25
Updated test docstring related to missing bearer token.
Ron Cohen
2014-07-25
Sending "Bearer" and "Bearer " resulted in a 500.
Ron Cohen
2014-06-27
Merge branch 'master' into modelserialization-charfield-with-null
Serhiy Voyt
2014-06-24
Merge branch '2.4.0' of github.com:tomchristie/django-rest-framework into #1559
Carlton Gibson
2014-06-24
Added (first pass) notes to docs & release notes. Backed out `SOUTH_MIGRATION...
Carlton Gibson
2014-06-23
Allow use of native migrations in 1.7
Carlton Gibson
2014-06-23
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-06-16
typo in the docs
TankorSmash
2014-06-13
Refactor login template to extend base.
Walt Javins
2014-06-12
Version 2.3.14
Tom Christie
2014-06-08
Fixed #1624 (thanks @abraithwaite)
Xavier Ordoquy
2014-06-05
Replace ChoiceField type_label
khamaileon
2014-05-30
Always use specified content type in APIRequestFactory
Danilo Bargen
2014-05-26
Add the allow_add_remove parameter to the get_serializer method
khamaileon
[next]