- 14 Dec, 2015 3 commits
-
-
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
-
- 26 Nov, 2015 3 commits
-
-
Make tests pass on Windows too
Tom Christie committed -
If a NestedBoundField field has a value of `None` and is inside another NestedBoundField field, it will have its value converted to an empty string while the form of its enclosing field is being rendered. So, NestedBoundField fields with an empty string value must be handled the same way as NestedBoundField fields with a `None` value.
Petros Moisiadis committed -
Windows Pythons seem to like printing addresses in upper-case, while Linux Pythons like lower-case hexes. This led to an amusing (for a given value of "amusing", anyway) situation where some repr tests would fail if the objects they were testing happened to be allocated at an address with a hex digit in the range A..F.
Aarni Koskela committed
-