- 27 Feb, 2015 1 commit
-
-
Dont swallow errors in callable sources
Tom Christie committed
-
- 26 Feb, 2015 15 commits
-
-
Evan Heidtmann committed
-
Evan Heidtmann committed
-
Evan Heidtmann committed
-
Fix UniqueTogetherValidator for NULL values
Tom Christie committed -
List resource not updated between requests
Tom Christie committed -
Formally upgrade suport to Django 1.8-beta
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Disable select field if no choices available
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
adding django-rest-auth to Third Part Resources and Authentication
Tom Christie committed
-
- 25 Feb, 2015 9 commits
-
-
Danilo Bargen committed
-
Mateusz Sikora committed
-
Mateusz Sikora committed
-
Mateusz Sikora committed
-
Remove duplicated code in routers.SimpleRouter
Tom Christie committed -
Yannick PEROUX committed
-
Fix url_path on dynamic routes for inherited viewsets. Fix #2583
Tom Christie committed -
Yannick PEROUX committed
-
SimpleRouter.get_routes was popping out the url_path kwarg from list_route and detail_route decorators. This was causing troubles when the route was re-used, for example if the viewset was inherited.
Yannick PEROUX committed
-
- 21 Feb, 2015 4 commits
-
-
Set field max_length/max_value as actual attribute.
Tom Christie committed -
updated outdated link at testing.md#APIClient
José Padilla committed -
max_value and min_value are not in kwargs
Rense VanderHoek committed -
ludbek committed
-
- 20 Feb, 2015 7 commits
-
-
Check if sessions are enabled before calling logout.
Tom Christie committed -
Tymur Maryokhin committed
-
Rense VanderHoek committed
-
José Padilla committed
-
The SimpleMetadata class in metadata.py tries to getattr() attributes on a field. For this to work, max_length and min_length have to be actually set as an attribute. Did the same for min_value and max_value and added those two to SimpleMetadata.get_field_info
Rense VanderHoek committed -
Fixes HiddenField being rendered in HTMLFormRenderer
Carlton Gibson committed -
Rubén Durá Tarí committed
-
- 19 Feb, 2015 3 commits
-
-
José Padilla committed
-
Aider Ibragimov committed
-
Aider Ibragimov committed
-
- 18 Feb, 2015 1 commit
-
-
Aider Ibragimov committed
-