openwisp / django-ipam

The development of this project has moved to openwisp-ipam
https://github.com/openwisp/openwisp-ipam
BSD 3-Clause "New" or "Revised" License
78 stars 28 forks source link

[request-ip] Add possibility to save ip and return its serialized version #24

Closed nemesifier closed 6 years ago

nemesifier commented 6 years ago

The current API endpoint only returns the first available IP.

I thought we were going to create a new IP model instance as well, because that's what we need in some cases.

Therefore, in order to achieve what we need in some cases, we should do the following:

You can do this before or after having implemented the admin change you are working on right now.