Repository URL to install this package:
|
Version:
2.0.0 ▾
|
django-ratelimit
/
__init__.py
|
|---|
VERSION = (2, 0, 0)
__version__ = '.'.join(map(str, VERSION))
ALL = (None,) # Sentinel value for all HTTP methods.
UNSAFE = ['DELETE', 'PATCH', 'POST', 'PUT']