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
/
secrets
History
Jeremy Stretch
2276603ac3
Drop CustomFieldValue
2020-08-21 16:21:11 -04:00
..
api
Closes
#4997
: Introduce OrderedDefaultRouter; move root API views to views.py
2020-08-13 12:49:49 -04:00
migrations
Initial work on reimplementing custom fields
2020-08-21 15:16:33 -04:00
templates
…
tests
#4969
: Remove user and group assignment from SecretRole
2020-08-07 16:19:18 -04:00
__init__.py
…
admin.py
Fixes
#4968
: Fix exception when activating user keys in admin UI
2020-08-07 12:06:53 -04:00
apps.py
…
constants.py
…
exceptions.py
…
filters.py
Remove restriction enforcement from RestrictedQuerySet
2020-07-23 12:48:03 -04:00
forms.py
Set display_field where needed
2020-08-13 09:27:21 -04:00
hashers.py
…
models.py
Drop CustomFieldValue
2020-08-21 16:21:11 -04:00
querysets.py
…
tables.py
#4969
: Remove user and group assignment from SecretRole
2020-08-07 16:19:18 -04:00
urls.py
…
utils.py
…
views.py
…