- 19 Jul, 2016 1 commit
-
-
Asif Saifuddin Auvi committed
-
- 18 Jul, 2016 3 commits
-
-
The wheel released on Pypi does not include the license file . The way to do this is by updating the setup.cfg accordingly
Philippe Ombredanne committed -
1. The returns from the views needs to be a Response 2. I found that instantiating the generator at the module level caused an import error when starting Django, likely because it is executing before all the app load magic happened. Moving it into the view method solved this.
Marc Gibbons committed -
Xavier Ordoquy committed
-
- 17 Jul, 2016 1 commit
-
-
Add missing return statement.
Xavier Ordoquy committed
-
- 16 Jul, 2016 2 commits
-
-
docs.settings: fix name of `VERSION_PARAM`
José Padilla committed -
Fix #4272.
Aymeric Augustin 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
-