- 05 Sep, 2014 19 commits
-
-
José Padilla committed
-
José Padilla committed
-
José Padilla committed
-
Preserve default ordering when using filtering
Tom Christie committed -
José Padilla committed
-
José Padilla committed
-
Fix returning None when allow_none is True in CharField
Tom Christie committed -
Piotr Jakimiak committed
-
Tom Christie committed
-
Piotr Jakimiak committed
-
Display validation errors on login form
Tom Christie committed -
Cezar Pendarovski committed
-
Piotr Jakimiak committed
-
Piotr Jakimiak committed
-
Piotr Jakimiak committed
-
Cezar Pendarovski committed
-
Cezar Pendarovski committed
-
Hide login link in browsable API if the login view is not registered.
Tom Christie committed -
Cezar Pendarovski committed
-
- 04 Sep, 2014 6 commits
-
-
Using user.get_username() instead of user.username.
Xavier Ordoquy committed -
Cezar Pendarovski committed
-
Cezar Pendarovski committed
-
Cezar Pendarovski committed
-
Carlton Gibson committed
-
This solves an error when using a auth model that does not have a username field.
dpanesso committed
-
- 03 Sep, 2014 10 commits
-
-
Alter CSRF exemption implementation
Tom Christie committed -
Test with released Django 1.7
Tom Christie committed -
José Padilla committed
-
The previous implementation of decorating `APIView.dispach` with the `csrf_exempt` decorator allowed for an easy-to-make mistake where someone could override the `dispatch` method on a view and inadvertantly remove the csrf exemption of their api view. By moving the decoration of the view into the `as_view` logic, it becomes much more difficult to make this mistake.
Piper Merriam committed -
Tom Christie committed
-
Use explicit `many=True` in PaginationSerializer on `object_serializer` instantiation
Tom Christie committed -
Michał Jaworski committed
-
Use explicit many=True for object_serializer instantiation in PaginationSerializer and add catch dummy 'many' kwarg on DefaultObjectSerializer
Michał Jaworski committed -
Michał Jaworski committed
-
- 02 Sep, 2014 4 commits
-
-
Carlton Gibson committed
-
Carlton Gibson committed
-
Carlton Gibson committed
-
Fixes #1738
Carlton Gibson committed
-
- 01 Sep, 2014 1 commit
-
-
Correct testing documentation details.
Tom Christie committed
-