Releases: fsinfuhh/django_token_bucket
Releases · fsinfuhh/django_token_bucket
0.2.4
Compatibility for Django >= 4.0
0.2.3
Bugfixes/Feature Updates
- Allow
tz
object to be of type str
(2561660)
0.2.1
New
- added a
get_message(tz=None)
to the TokensExceeded exception to get the error message in a more clean way
0.2.dev1
The referenced object can be any Django model object not only the user.
Braking Change:
- The second parameter of the get function is now called
ref_object
(wasuser
)
0.2
- The referenced object can be any Django model object not only the user.
- Fix bug from pre-release
Braking Change:
- The second parameter of the get function is now called
ref_object
(was user
)