Skip to content

Releases: fsinfuhh/django_token_bucket

0.2.4

06 May 21:42
Compare
Choose a tag to compare

Compatibility for Django >= 4.0

0.2.3

14 Sep 06:47
0.2.3
Compare
Choose a tag to compare

Bugfixes/Feature Updates

  • Allow tz object to be of type str (2561660)

0.2.2

15 Jan 14:57
Compare
Choose a tag to compare

Bugfixes

0.2.1

30 Dec 15:28
9069337
Compare
Choose a tag to compare

New

  • added a get_message(tz=None) to the TokensExceeded exception to get the error message in a more clean way

0.2.dev1

26 Dec 15:24
Compare
Choose a tag to compare
0.2.dev1 Pre-release
Pre-release

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

26 Dec 16:06
Compare
Choose a tag to compare
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)