netbox/netbox/tenancy
2020-02-12 13:25:56 -05:00
..
api Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns 2020-02-05 16:12:48 -05:00
migrations Squashed all migrations 2020-01-14 11:06:05 -05:00
tests Establish standard test cases for all models 2020-02-12 13:25:56 -05:00
__init__.py Initial multitenancy implementation 2016-07-26 14:58:37 -04:00
apps.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
filters.py Move TenancyFilterSet to filters.py 2020-01-09 21:05:38 -05:00
forms.py Use DynamicModelChoiceField for all fields using APISelect 2020-02-11 12:25:40 -05:00
models.py Define __all__ for models.py within each app 2020-01-14 12:01:23 -05:00
tables.py Remove tenant group from ipam table 2019-04-30 10:06:27 -05:00
urls.py Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns 2020-02-05 16:12:48 -05:00
views.py Rename filter variables for utility views 2020-01-09 20:57:13 -05:00