This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netbox-community-netbox
Watch
1
Star
0
Fork
0
You've already forked netbox-community-netbox
mirror of
https://github.com/netbox-community/netbox.git
synced
2024-05-10 07:54:54 +00:00
Code
Activity
Files
e45ebdffb136f597e84d3495f793693a4d453886
netbox-community-netbox
/
netbox
/
ipam
/
api
History
Jeremy Stretch
a7776d2f53
Merge pull request
#4849
from glennmatthews/gfm-issue-4803
...
#4803
: Family of nested address/prefix/aggregate serializes as integer, not as string
2020-07-15 09:13:12 -04:00
..
__init__.py
…
nested_serializers.py
Address/prefix/aggregate family is an integer, not a string.
Fixes
#4803
2020-07-13 14:50:58 -04:00
serializers.py
Fixes
#3356
: Correct Swagger schema specification for the available prefixes/IPs API endpoints
2020-04-21 14:12:49 -04:00
urls.py
Remove FieldChoicesViewSet
2020-03-12 10:48:17 -04:00
views.py
Use correct serializer class for available-prefixes POST.
Fixes
#3240
2020-07-13 16:26:05 -04:00