- 15 Dec, 2015 1 commit
-
-
NY committed
-
- 14 Dec, 2015 5 commits
-
-
Version 3.3.2
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
- 13 Dec, 2015 1 commit
-
-
Add extra args/kwargs to authtoken's views (#3718)
José Padilla committed
-
- 12 Dec, 2015 2 commits
-
-
Import parser added to docs in API guide
Xavier Ordoquy committed -
Added missing import statements in code snippet of API guide. Closes-Issue: #3727
Karthik Suresh committed
-
- 11 Dec, 2015 2 commits
-
-
Fixed suggestion for format in test renderer
Tom Christie committed -
Xavier Ordoquy committed
-
- 10 Dec, 2015 1 commit
-
-
Rendered would suggest using format='JSON' when the right argument is format='json'.
Raphael Merx committed
-
- 08 Dec, 2015 2 commits
-
-
Add app_name to rest_framework.urls.
Xavier Ordoquy committed -
This allows users in Django 1.9+ to include the authentication urls without specifying the namespace, as in: urlpatterns = [ ... url(r'^auth/', include('rest_framework.urls')) ]
knbk committed
-
- 07 Dec, 2015 5 commits
-
-
Xavier Ordoquy committed
-
Admin and API browser fails for views without a filter_class
Tom Christie committed -
Fix #3628 by implementing __getnewargs__()
Xavier Ordoquy committed -
Fixed versioning regexp
Xavier Ordoquy committed -
booking list regexp was fixed in https://github.com/tomchristie/django-rest-framework/commit/8b97bb8f68970881190a3b62cf53495cc0e20786 but single booking wasn't for some reason, and `v1v2/bookings/123/` shouldn't be allowed here
Kirill Zaborsky committed
-
- 05 Dec, 2015 1 commit
-
-
Uses #3597, but without using `Context`.
Marlon committed
-
- 04 Dec, 2015 4 commits
-
-
Luis San Pablo committed
-
Luis San Pablo committed
-
Luis San Pablo committed
-
Luis San Pablo committed
-
- 03 Dec, 2015 2 commits
-
-
Luis San Pablo committed
-
Luis San Pablo committed
-
- 02 Dec, 2015 3 commits
-
-
Fixed #3679 -- UUID Validation
Tom Christie committed -
Use latest release of Django 1.9
Xavier Ordoquy committed -
José Padilla committed
-
- 01 Dec, 2015 3 commits
-
-
bphillips committed
-
#3228 - add confirm modal for delete
José Padilla committed -
Adam Wester committed
-
- 30 Nov, 2015 4 commits
-
-
allow setting a custom Django Paginator class
Tom Christie committed -
Closes #3682. Thanks for the report!
Tom Christie committed -
Add missing link to django-crispy-forms
José Padilla committed -
Nik Nyby committed
-
- 27 Nov, 2015 4 commits
-
-
Updated NestedBoundField to also handle empty string when rendering its form
Tom Christie committed -
Petros Moisiadis committed
-
Reveal previously hidden AttributeErrors and TypeErrors
Tom Christie committed -
Quietly catching `AttributeError` and `TypeError` when calling `get_queryset()` is rather insidious, as those exceptions get caught no matter where they might happen in the call stack.
Aarni Koskela committed
-