netbox/netbox/secrets
2020-03-18 14:44:18 -04:00
..
api Remove FieldChoicesViewSet 2020-03-12 10:48:17 -04:00
migrations Add migrations for description fields 2020-03-13 16:35:36 -04: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 Remove tests for API _choices endpoints 2020-03-12 10:48:53 -04: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 Remove APISelect widget/api_url argument from dynamic fields 2020-03-16 14:08:48 -04:00
hashers.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
models.py Merge branch 'develop' into develop-2.8 2020-03-15 00:18:32 -04: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 Closes #4363: Standardize secret creation URL 2020-03-12 21:14:14 -04:00
utils.py Move utility functions for secrets to secrets/utils.py 2020-01-14 12:13:58 -05:00
views.py Closes #4363: Standardize secret creation URL 2020-03-12 21:14:14 -04:00