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
netbox-community-netbox
/
netbox
/
ipam
History
Jeremy Stretch
546f17ab50
Closes
#1866
: Introduced AnnotatedMultipleChoiceField for filter forms
2018-03-07 14:16:38 -05:00
..
api
…
fixtures
…
migrations
Fixes
#1869
: Corrected ordering of VRFs with duplicate names
2018-02-07 13:40:08 -05:00
tests
…
__init__.py
…
apps.py
…
constants.py
…
fields.py
…
filters.py
…
formfields.py
…
forms.py
Closes
#1866
: Introduced AnnotatedMultipleChoiceField for filter forms
2018-03-07 14:16:38 -05:00
lookups.py
…
models.py
Fixes
#1953
: Ignore duplicate IPs when calculating prefix utilization
2018-03-07 11:08:28 -05:00
querysets.py
…
tables.py
Eliminated queries for distinct related object counts for better performance
2018-02-02 17:46:23 -05:00
urls.py
…
views.py
…