[FR] Increase Length of URL limit on import (#7119)

Fixes #7118
This commit is contained in:
Matthias Mair 2024-04-29 08:06:05 +02:00 committed by GitHub
parent 1e4b4bf42a
commit 0f501177cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -513,6 +513,7 @@ class ManufacturerPart(
null=True,
verbose_name=_('Link'),
help_text=_('URL for external manufacturer part link'),
max_length=2000,
)
description = models.CharField(
@ -829,6 +830,7 @@ class SupplierPart(
null=True,
verbose_name=_('Link'),
help_text=_('URL for external supplier part link'),
max_length=2000,
)
description = models.CharField(