1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Silence system check about unset MIDDLEWARE_CLASSES in Django 1.7+ in tests. More... almost 10 years ago
Add Django 1.8 to test matrix. More... almost 10 years ago
Merge pull request #68 from cordery/master More... about 10 years ago
Replaced config generator to allow for inheritance. The way the config was generated did not allow for class based views to inherit from a view that itself inherited from RatelimitMixin without redefining the Ratelimit properties.  This change restores some of the benefit of CBVS in that a class can be created setting some ratelimit defaults, and then used as a mixin with other CBVS. More... about 10 years ago
Merge pull request #67 from dsanders11/dsanders11-patch-1 More... about 10 years ago
Fixing out of date docs More... about 10 years ago
Merge pull request #65 from calendar42/master More... about 10 years ago
Only update or get the ratelimit cache when it was not inserted More... about 10 years ago
Merge pull request #59 from pmclanahan/fix-callable-key-args More... over 10 years ago
Update callable key docs. More... over 10 years ago
Fix #58: Pass group to callable key. More... over 10 years ago
CONTRIBUTING and IP addresses More... over 10 years ago
Fix my email address More... over 10 years ago
Version 0.5 More... over 10 years ago
Merge pull request #49 from jsocol/new-internals More... over 10 years ago
Merge pull request #50 from hwkns/master More... almost 11 years ago
- added testing for Django 1.7 and Python 3.3/3.4 - added PyPI classifiers for tested versions of Python More... almost 11 years ago
Don't test patch if we can't More... almost 11 years ago
Drop `field:X` keys. More... almost 11 years ago
Raise ImproperlyConfigured if there's no key More... almost 11 years ago
Flake8 issues in last test. More... almost 11 years ago
Default to ALL methods More... almost 11 years ago
Add tests for zero/None rates. More... almost 11 years ago
Finish the section I forgot earlier. More... almost 11 years ago
Add upgrading docs and other small updates. More... almost 11 years ago
Run flake8 with tests. More... almost 11 years ago
Exclude one more build. More... almost 11 years ago
Skip confusing test for now. More... almost 11 years ago
Update travis matrix More... almost 11 years ago
Fix for Python 3 More... almost 11 years ago