Changes between Initial Version and Version 1 of Ticket #25822
- Timestamp:
- Nov 26, 2015, 7:47:48 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25822 – Description
initial v1 1 1 In django.views.decorators.http, require_GET and require_POST shortcuts exist, however none exist for the other HTTP methods. A list can be found here: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html 2 2 3 My Pull Request on GitHub here: https://github.com/django/django/pull/5731