Skip to content

Commit 6f2dbd4

Browse files
authored
decide not to deprecate
1 parent 8f7a9bd commit 6f2dbd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: oauth2_provider/models.py

-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ def clean(self):
243243
):
244244
raise ValidationError(_("You cannot use HS256 with public grants or clients"))
245245

246-
# TODO: I removed usage of this in templates. so it can label as deprecated.`
247246
def get_absolute_url(self):
248247
return reverse("oauth2_provider:detail", args=[str(self.pk)])
249248

0 commit comments

Comments
 (0)