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
/
extras
History
Jeremy Stretch
062a5bfe8d
Initial work on API v2.0
2017-01-24 17:12:16 -05:00
..
api
Initial work on API v2.0
2017-01-24 17:12:16 -05:00
fixtures
extras: removed useractions fixture
2016-06-22 23:55:53 -05:00
management
…
migrations
Fixes
#632
: Use semicolons instead of commas to separate regexes in topology maps
2016-11-03 14:49:02 -04:00
tests
Added URL custom field type; added is_filterable toggle; fixed bulk editing
2016-08-23 16:45:26 -04:00
__init__.py
…
admin.py
Fixes
#720
: Display user action links properly in admin UI
2016-12-06 13:16:42 -05:00
filters.py
Closes
#552
: Added a None filter option for custom select fields
2016-09-16 13:42:07 -04:00
forms.py
Fixes
#769
: Show default value for boolean custom fields
2017-01-04 09:47:26 -05:00
models.py
Basic Support for Python 3 (
#827
)
2017-01-23 16:44:29 -05:00
rpc.py
…