Changes between Initial Version and Version 1 of Ticket #34376


Ignore:
Timestamp:
Mar 1, 2023, 8:00:10 AM (19 months ago)
Author:
Alex Urbanowicz
Comment:

s/append/attempt/

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34376 – Description

    initial v1  
    33    `ip = models.GenericIPAddressField(protocol='IPv4', unique=True)`
    44
    5 When there's an append to enter duplicate IP address, the application crashes to a 500 error:
     5When there's an attempt to enter duplicate IP address, the application crashes to a 500 error:
    66
    77    `django.db.utils.IntegrityError: UNIQUE constraint failed: <table>.ip`
Back to Top