Explorar o código

Plugin: Extend tag to more characters

Sven Velt %!s(int64=10) %!d(string=hai) anos
pai
achega
b0f4563919
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugin/models.py

+ 1 - 1
plugin/models.py

@@ -3,7 +3,7 @@ from django.db import models
 ##############################################################################
 
 class PluginMemory(models.Model):
-	tag = models.CharField(max_length=10)
+	tag = models.CharField(max_length=255)
 	maxid = models.IntegerField(default=0)
 
 	def __unicode__(self):