Feature: Improve the retagger output using rich (#12194)

This commit is contained in:
Trenton H
2026-03-03 07:14:59 -08:00
committed by GitHub
parent b7ca3550b1
commit 43406f44f2
9 changed files with 1144 additions and 492 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class MatchingModel(ModelWithOwner):
is_insensitive = models.BooleanField(_("is insensitive"), default=True)
class Meta:
class Meta(ModelWithOwner.Meta):
abstract = True
ordering = ("name",)
constraints = [