- 25 Feb, 2015 4 commits
-
-
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 6 commits
-
-
Check if sessions are enabled before calling logout.
Tom Christie committed -
Tymur Maryokhin committed
-
Rense VanderHoek 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 1 commit
-
-
José Padilla committed
-
- 18 Feb, 2015 2 commits
-
-
Add import example for force_authenticate in testing
José Padilla committed -
Paul Hallett committed
-
- 17 Feb, 2015 13 commits
-
-
Fix typo in requests.md
Tom Christie committed -
Yannick PÉROUX committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Requirements refactor.
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Move `importlib` fallback into compat.
José Padilla committed -
Tom Christie committed
-
Carlton Gibson committed
-
Adjust importlib import
Tom Christie committed -
Carlton Gibson committed
-
- 13 Feb, 2015 1 commit
-
-
Version 3.1
Tom Christie committed
-
- 12 Feb, 2015 2 commits
-
-
Remove '.model' shortcut from viewset docs
Kevin Brown committed -
Tymur Maryokhin committed
-
- 11 Feb, 2015 2 commits
-
-
Tom Christie committed
- 10 Feb, 2015 5 commits
-
-
Release/3.0.5
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Fix duplicate results of `ManyToManyField` when using `SearchFilter`.
Tom Christie committed -
Carlton Gibson committed
-