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
36066068d4
#527
: Initial work to allow nullifying fields during bulk edit
2016-09-30 16:17:41 -04:00
..
api
…
fixtures
…
migrations
Fixes
#531
: Order prefixes by VRF assignment
2016-09-15 12:09:54 -04:00
__init__.py
…
admin.py
…
apps.py
…
fields.py
…
filters.py
Introduced NullableModelMultipleChoiceField to allow null filtering without causing introspection issues during database migrations
2016-09-20 15:48:58 -04:00
formfields.py
…
forms.py
#527
: Initial work to allow nullifying fields during bulk edit
2016-09-30 16:17:41 -04:00
lookups.py
…
models.py
Fixes
#531
: Order prefixes by VRF assignment
2016-09-15 12:09:54 -04:00
tables.py
…
urls.py
…
views.py
…