Go to file
Zev Benjamin 3bc47bc44a Make @asynchronous's added 'handler' argument be keyword instead of positional
Adding a positional argument caused a problem when
@authenticated_api_view started using @has_request_variables
internally.  The 'handler' argument used to be passed through
positionally to the wrapped function, but when using
@has_request_variables, the wrapper inside @authenticated_api_view
had to take additional arguments.  The handler argument was then
assigned to one of those parameters instead of being passed through.

(imported from commit 66240bd465c803ddcbf4a603509051fca7381468)
2012-11-15 12:52:46 -05:00
api Ask user to reload Humbug after running sync-subscriptions. 2012-11-15 10:40:10 -05:00
certs Reorder certificate chaining with updated certificates. 2012-11-08 15:00:35 -05:00
confirmation confirmation: Use timezone-aware datetime object 2012-11-07 18:50:26 -05:00
humbug Log how long requests take to process. 2012-11-14 15:52:57 -05:00
servers Install the 'host' command on our servers. 2012-11-14 16:57:21 -05:00
templates Update MIT template in collab with Waseem for clarity. 2012-11-15 11:36:57 -05:00
tools Modularize search.js. 2012-11-14 15:29:18 -05:00
zephyr Make @asynchronous's added 'handler' argument be keyword instead of positional 2012-11-15 12:52:46 -05:00
.gitignore .gitignore: Update for new all_messages_log filenames 2012-11-13 10:59:02 -05:00
manage.py chmod +x manage.py 2012-10-25 15:22:18 -04:00