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
4a9b4c5387
Fixes
#732
: Allow custom select field values to be deselected if the field is not required
2016-12-07 14:00:52 -05:00
..
api
Fixes
#632
: Use semicolons instead of commas to separate regexes in topology maps
2016-11-03 14:49:02 -04:00
fixtures
…
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
#732
: Allow custom select field values to be deselected if the field is not required
2016-12-07 14:00:52 -05:00
models.py
#702
: Fix lingering Unicode incompatibility
2016-11-29 17:33:22 -05:00
rpc.py
…