Skip to content

Commit

Permalink
fix for Django > 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akasch committed May 6, 2022
1 parent d7595d3 commit f063828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_token_bucket/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from django.contrib.contenttypes.models import ContentType
from django.db import models
from django.utils import timezone
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _


class TokensExceededBase(Exception):
Expand Down

0 comments on commit f063828

Please sign in to comment.