- 22 Jun, 2015 7 commits
-
-
Fixed many=False issue on related fields
Tom Christie committed -
Compat requestfactory secure
Tom Christie committed -
RequestFactory.generic()
Markus Korn committed -
Set dynamic maximum height for dropdown widgets
José Padilla committed -
argument is not available
Markus Korn committed -
provided by django
Markus Korn committed -
Markus Korn committed
-
- 19 Jun, 2015 2 commits
-
-
Based on feedback on the pull request, changed solution to be simpler for issue 3042
Brian Grohe committed -
Document per-view versioning settings
Xavier Ordoquy committed
-
- 18 Jun, 2015 2 commits
-
-
Consistent 2 space tabbing and formatting
Xavier Ordoquy committed -
José Padilla committed
-
- 17 Jun, 2015 2 commits
-
-
Added check to pop many from kwargs before passing to __init__ Fixed my lint issue from the previous commit
Brian Grohe committed -
Adding failing test case when many=false is explicitly defined https://github.com/tomchristie/django-rest-framework/issues/3042
Brian Grohe committed
-
- 16 Jun, 2015 5 commits
-
-
Fixed minor typo on viewsets.md
Xavier Ordoquy committed -
Handle invalid characters in "Authorization: token ..." headers
Xavier Ordoquy committed -
I'm not sure how the contribution policy for the docs is, but I thought it'd be faster to issue a pull request than reaching out to you guys/creating an issue for something so simple. Hope it's not a problem :)
Alexandre Cordeiro committed -
Fix versioning urls
Xavier Ordoquy committed -
José Padilla committed
-
- 15 Jun, 2015 4 commits
-
-
José Padilla committed
-
`format_suffix_patterns` is applied before the trailing slash.
José Padilla committed -
Replace the former `get_filter_backends` by `filter_queryset`.
Xavier Ordoquy committed -
Primary key serialization
Xavier Ordoquy committed
-
- 14 Jun, 2015 1 commit
-
-
Adds a 'pk_field' parameter which can be used to proxy serialization and deserialization of arbitrary primary key values.
Thomas Stephenson committed
-
- 11 Jun, 2015 1 commit
-
-
Remove `django.conf.urls.pattern`
Kevin Brown committed
-
- 10 Jun, 2015 6 commits
-
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
- 09 Jun, 2015 1 commit
-
-
Set the filter_backends class variable in the DjangoFilterBackend docs
Xavier Ordoquy committed
-
- 08 Jun, 2015 7 commits
-
-
Fix set_rollback on @transaction.non_atomic_requests.
Xavier Ordoquy committed -
This reverts commit e095b91f.
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
hellysmile committed
-
Nico Mandery committed
-
hellysmile committed
-
hellysmile committed
-
- 05 Jun, 2015 2 commits
-
-
Include correct limits in LimitOffsetPagination link urls
Tom Christie committed -
Ash Hoover committed
-