Use 32bit integer for asn, unsigned Whoosh NUMERIC field

Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
This commit is contained in:
Michael Shamoon
2023-01-24 09:56:02 -08:00
committed by Trenton H
parent 3c2df48a1a
commit 99c2442b28
3 changed files with 4 additions and 4 deletions

View File

@@ -236,7 +236,7 @@ class Document(models.Model):
unique=True,
db_index=True,
validators=[
MaxValueValidator(2147483647),
MaxValueValidator(0xFF_FF_FF_FF),
MinValueValidator(0),
],
help_text=_(