- 05 Sep, 2014 2 commits
-
-
Cezar Pendarovski committed
-
Cezar Pendarovski committed
-
- 04 Sep, 2014 3 commits
-
-
Cezar Pendarovski committed
-
Cezar Pendarovski committed
-
Cezar Pendarovski committed
-
- 03 Sep, 2014 9 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
-
- 01 Sep, 2014 7 commits
-
-
Correct testing documentation details.
Tom Christie committed -
Timo Tuominen committed
-
Regression for #1810: Test login view renders
Carlton Gibson committed -
Carlton Gibson committed
-
Tom Christie committed
-
Carlton Gibson committed
-
Restore body block to base template.
Tom Christie committed
-
- 31 Aug, 2014 2 commits
-
-
Fix #1804
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
- 30 Aug, 2014 1 commit
-
-
Daniel Roseman committed
-
- 29 Aug, 2014 9 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Jamie Matthews committed
-
Tom Christie committed
-
Tom Christie committed
-
Deprecate `.model` attribute on views
Tom Christie committed -
Tom Christie committed
-
Browsable API cleanups. Fixes #1719
Carlton Gibson committed
-
- 28 Aug, 2014 6 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Update generic-views.md
Carlton Gibson committed -
Cezar Pendarovski committed
-
Small grammar changes.
Nathan Hubbell committed
-
- 27 Aug, 2014 1 commit
-
-
Cezar Pendarovski committed
-