- 06 May, 2015 1 commit
-
-
tony committed
-
- 05 May, 2015 4 commits
-
-
Separate LICENSE and README to two files.
Tom Christie committed -
Matthias Runge committed
-
Document correct method usage for get_paginated_response
Tom Christie committed -
Delete imported but not used method
Tom Christie committed
-
- 04 May, 2015 2 commits
- 03 May, 2015 1 commit
-
-
Fixed description for get_paginated_response method in generic-views and example using it with @list_route decorator in viewsets.
Ernesto Chavez Sanchez committed
-
- 02 May, 2015 1 commit
-
-
Fix Invalid keyword model with generic views
José Padilla committed
-
- 01 May, 2015 2 commits
-
-
Tymur Maryokhin committed
-
DateField to_representation can handle str and empty values. Fixes #2656, #2687.
Tom Christie committed
-
- 30 Apr, 2015 1 commit
-
-
of old get_pagination_serializer only valid in 2.x
Ernesto Chavez Sanchez committed
-
- 27 Apr, 2015 2 commits
-
-
Depth should reduce on nested ModelSerializer classes.
Tom Christie committed -
Merge pull request #2757 from ekiourk/2630/Raise-exception-when-ModelSerializer-used-with-abstract-model Raise error when ModelSerializer used with abstract model
Tom Christie committed
-
- 26 Apr, 2015 2 commits
-
-
Update 5-relationships-and-hyperlinked-apis.md
José Padilla committed -
Move ul.breadcrumb margin to bootstrap-tweaks.css
José Padilla committed
-
- 24 Apr, 2015 4 commits
-
-
Check AcceptHeaderVersioning with content negotiation in place
Tom Christie committed -
Remove mention of Django's built-in ValidationError in docstring
Tom Christie committed -
The `exception_handler` does not actually handle django.core.exceptions.ValidationError, so remove any mention of it. This closes #2872
Allard Hoeve committed -
Ryan Allen committed
-
- 23 Apr, 2015 4 commits
-
-
Tom Christie committed
-
Nicolas Delaby committed
-
Frontpage example no longer uses model attribute
Tom Christie committed -
Valentin Hăloiu committed
-
- 22 Apr, 2015 7 commits
-
-
Prevent empty `queryset`s to raise AssertionError.
Xavier Ordoquy committed -
Nicolas Delaby committed
-
Nicolas Delaby committed
-
Tell DjangoModelPermissions to rely on get_queryset first.
Carlton Gibson committed -
Nicolas Delaby committed
-
Update renderers.md
Xavier Ordoquy committed -
jsonp renderer not in the yaml package
zmmachar committed
-
- 21 Apr, 2015 4 commits
-
-
Set IntegerField class variable for compiled decimal regex, comment for ...
Tom Christie committed -
Ryan Allen committed
-
Now it is possible to display viewset w/o paginator
Tom Christie committed -
Specifying module for CurrentUserDefault()
Xavier Ordoquy committed
-
- 20 Apr, 2015 4 commits
-
-
Prevents having to lookup the import
Cody Scott committed -
only allow integer field to accept integers and strings, fixes #2835
Kevin Brown committed -
Following [@jpadilla](https://github.com/jpadilla)'s suggestion in issue [#2837](https://github.com/tomchristie/django-rest-framework/issues/2837), I am proposing a little addition in "Creating an endpoint for the root of our API" section in order to make it clear that the `user-list` and `snippet-list` names will be declared later in `snippets/urls.py`. Missing this clarification might lead a beginner (like me) to think that the names are somehow assigned by rest_framework under the hood and to try the code too early, getting stuck in the following errors.
frnc committed -
Match IntegerField validation with Django's, preventing decimal values being stored as ints, fixes #2835. Match IntegerField validation with Django IntegerField, prevents decimal values being stored as ints, fixes #2835 On branch master
Ryan Allen committed
-
- 18 Apr, 2015 1 commit
-
-
Adam Parsons committed
-