Zev Benjamin
|
dc8c54e6db
|
Move view decorators into decorator.py
(imported from commit 737cff552b395493f44864ac06e901b0ba17fa29)
|
2012-11-08 16:35:31 -05:00 |
Zev Benjamin
|
7bbde14d78
|
Use functools.wraps on the functions returned by our decorators
This lets Django report the correct view name in errors
(imported from commit b21347e7af39cda439125355f99f4fc63fc3bd2f)
|
2012-11-08 16:30:57 -05:00 |
Keegan McAllister
|
9689887cbd
|
Copy the csrf_exempt attribute in @asynchronous
Needed for @csrf_exempt to work.
(imported from commit 563ab11b0d26262511e9a6d9cc2735b0b835a391)
|
2012-10-27 17:56:18 -04:00 |
Keegan McAllister
|
80c6d09197
|
Remove unused imports
(imported from commit 9f5c226708e44935e8d32c18ea7dd1ad2615d8d5)
|
2012-09-07 13:57:32 -04:00 |
Tim Abbott
|
20215eef86
|
Remove a bunch more trailing whitespace.
(imported from commit 5d1cc8dcb0b26eaf95ddca26574b361b6948cdb8)
|
2012-09-05 11:23:58 -04:00 |
Tim Abbott
|
9afd63692f
|
Implement long polling using Tornado.
(imported from commit 4385304b27d7fe55a57a23133cd214fe8fc33482)
|
2012-08-30 14:29:34 -04:00 |