netbox/netbox/secrets
2020-03-10 15:06:37 -04:00
..
api Fixes #4146: Fix SecretRole permissions enforcement 2020-02-12 11:13:32 -05:00
migrations Squashed all migrations 2020-01-14 11:06:05 -05:00
templates Initial push to public repo 2016-03-01 11:23:03 -05:00
templatetags Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
tests Closes #4313: Remove id__in filters 2020-03-06 12:05:53 -05:00
__init__.py Temporary hack to avoid name collision without renaming the secrets app 2020-02-18 18:00:00 -05:00
admin.py Closes #2614: Simplify calls of super() for Python 3 2018-11-27 10:52:24 -05:00
apps.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
constants.py #3880: Define constants for arbitrary values 2020-01-24 14:42:57 -05:00
decorators.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
exceptions.py Miscellaneous cleanup 2019-10-04 12:59:10 -04:00
filters.py Closes #4313: Remove id__in filters 2020-03-06 12:05:53 -05:00
forms.py Fixes #4194: Role field should not be required when searching/filtering secrets 2020-02-18 11:14:37 -05:00
hashers.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
models.py Clarify ciphertext length calculation; remove Python 2 compatibility 2020-02-19 21:14:56 -05:00
querysets.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
tables.py Standardize on two-word form of "change log" 2020-02-19 12:45:52 -05:00
urls.py Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns 2020-02-05 16:12:48 -05:00
utils.py Move utility functions for secrets to secrets/utils.py 2020-01-14 12:13:58 -05:00
views.py Extend BulkImportView._save_obj to pass request context 2020-03-09 12:39:07 -04:00