working auto-tags on implemented UGC Categories

This commit is contained in:
JakeBreath
2026-08-05 10:54:29 -05:00
parent 358d29f9c9
commit f08c2c37dd
3 changed files with 134 additions and 14 deletions
+1
View File
@@ -189,6 +189,7 @@ class TagList(models.Model):
added_by = models.ForeignKey(
settings.AUTH_USER_MODEL, on_delete=models.SET_NULL, null=True, related_name='+',
)
auto = models.BooleanField(default=False)
added_at = models.DateTimeField(auto_now_add=True)
class Meta: