Changes between Initial Version and Version 1 of Ticket #34376
- Timestamp:
- Mar 1, 2023, 8:00:10 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34376 – Description
initial v1 3 3 `ip = models.GenericIPAddressField(protocol='IPv4', unique=True)` 4 4 5 When there's an a ppendto enter duplicate IP address, the application crashes to a 500 error:5 When there's an attempt to enter duplicate IP address, the application crashes to a 500 error: 6 6 7 7 `django.db.utils.IntegrityError: UNIQUE constraint failed: <table>.ip`