- 27 Jul, 2016 4 commits
-
-
Alexander Gaevsky committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
- 26 Jul, 2016 8 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
* Test case for #4272
Tom Christie committed -
* use verbose_name instead of object_name in error messages
Sassan Haradji committed -
* updated bootstrap min css to 3.3.7 * updated bootstrap min javascript to 3.3.7
Asif Saifuddin Auvi committed -
* Added HTTP status codes from RFC 4918 * Updated documentation about status codes * Added reference to RFC 4918
Gustavo Pantuza committed -
The meta information stored in opts needs to be restored for each search field. Otherwise it references the wrong model when an attribute of a related model comes before an attribute of the original model in search fields. This doesn't apply to m2m relations since must_call_distinct returns True in that case.
Andi Albrecht committed -
Removed links to Youtube videos that are no longer available and updated a link to a tutorial that has moved.
Hendra committed
-
- 19 Jul, 2016 4 commits
-
-
Fix SwaggerRenderer implementation example
Xavier Ordoquy committed -
Osvaldo Santana Neto committed
-
updated minor django versions
Xavier Ordoquy committed -
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
-