mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 01:27:44 +02:00
changed max_length given by string to integer;
This commit is contained in:
parent
aae2501cab
commit
905e52e603
@ -1213,7 +1213,7 @@ class CustomField(models.Model):
|
|||||||
|
|
||||||
label = models.CharField(
|
label = models.CharField(
|
||||||
_('Label'),
|
_('Label'),
|
||||||
max_length='30',
|
max_length=30,
|
||||||
help_text=_('The display label for this field'),
|
help_text=_('The display label for this field'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user