django-urlcrypt icon indicating copy to clipboard operation
django-urlcrypt copied to clipboard

Fix Rate Limiting

Open justquick opened this issue 13 years ago • 0 comments

Fixed rate limiting to return (not raise) HttpResponseForbidden. The view was generating a "TypeError: exceptions must be classes or instances, not HttpResponseForbidden". Also added tests.

justquick avatar Jul 30 '11 03:07 justquick