- 16 Jul, 2016 1 commit
-
-
docs.settings: fix name of `VERSION_PARAM`
José Padilla committed
-
- 15 Jul, 2016 1 commit
-
-
Germán Larraín committed
-
- 14 Jul, 2016 8 commits
-
-
Fix Typo in index.md
Xavier Ordoquy committed -
Currently generating invalid URL at index page. http://www.django-rest-framework.org/'api-guide/schemas.md' Though it is correct in navigation.
anoopmalav committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Changed http://example.com/api/items/4/.json to http://example.com/api/items/4.json
Rashid Al Abri committed
-
- 13 Jul, 2016 5 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
* 3.4.0 Release * Version 3.4 release * Full release notes * Update translation files * Update release documentation * Update release notes * Docs on supporting alternate schema formats * Add schema_renderers to DefaultRouter
Tom Christie committed -
* lookup_type is deprecated in favor of lookup_expr * assertEquals is deprecated in favor of assertEqual * app_name is a required keyword as of Django 1.10
Mads Jensen committed
-
- 11 Jul, 2016 4 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 08 Jul, 2016 3 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Kenneth Schnall committed
-
- 07 Jul, 2016 2 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
- 06 Jul, 2016 1 commit
-
-
Add `localize` keyword argument for DecimalField
kiyoqoko committed
-
- 05 Jul, 2016 2 commits
-
-
Tom Christie committed
-
Fix setup.py error on some platforms
cobaltchang committed
-
- 04 Jul, 2016 1 commit
-
-
* Added schema generation support. * New tutorial section. * API guide on schema generation. * Topic guide on API clients.
Tom Christie committed
-
- 29 Jun, 2016 2 commits
-
-
Vikalp Jain committed
-
Tom Christie committed
-
- 28 Jun, 2016 2 commits
-
-
Update pagination.md
José Padilla committed -
decore committed
-
- 25 Jun, 2016 2 commits
-
-
Added missing colon in extra_kwargs documentation
Xavier Ordoquy committed -
Ken Lewerentz committed
-
- 24 Jun, 2016 2 commits
-
-
Add Sentry as a premium sponsor.
Tom Christie committed -
Tom Christie committed
-
- 23 Jun, 2016 4 commits
-
-
It is possible that a key in a MultiValueDict has multiple values, lists are represented this way. When accessing a key in a MultiValueDict it only returns the last element of that key. This becomes a problem when parsing an html dict with a list inside of it. To fix this problem we have to get and set the value using .getlist() and .setlist().
Laurent De Marez committed -
Support nested namespaces with namespaced versioning.
Tom Christie committed -
Tom Christie committed
-
* Robust uniqueness checks * Add master to test matrix (allow_failures)
Tom Christie committed
-