django-urlcrypt
django-urlcrypt copied to clipboard
Fix Rate Limiting
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.