-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate ip address using API #1285
Comments
The issue here is that Django REST Framework no longer enforces a model's validation through |
Fixed in 1f9806a |
…diting objects via the API
I may be missing something, but I am running the latest release and it looks like this issue may be back? |
**Python version: 3.4
**NetBox version: 2.0.7
Have configured ENFORCE_GLOBAL_UNIQUE as True, in Frontend ip address is checked and cannot add duplicate ip_addresses, but using API you can still add duplicate ip address.
The text was updated successfully, but these errors were encountered: