netbox/netbox/tenancy
2024-03-19 13:34:13 -04:00
..
api Merge branch 'feature' into 15277-object-types 2024-03-05 08:52:07 -05:00
forms Use FieldSet instances for all forms 2024-03-19 13:34:13 -04:00
graphql Closes #14156: Add custom field support for contact assignments 2023-11-09 16:10:14 -05:00
migrations Rename ContactAssignment.content_type to object_type 2024-03-04 08:33:44 -05:00
models Rename ContactAssignment.content_type to object_type 2024-03-04 08:33:44 -05:00
tables Rename ContactAssignment.content_type to object_type 2024-03-04 08:33:44 -05:00
tests Closes #15383: Standardize filtering logic for the parents of recursively-nested models 2024-03-11 13:27:57 -04:00
__init__.py Initial multitenancy implementation 2016-07-26 14:58:37 -04:00
apps.py Closes #15042: Move model registration logic to AppConfigs (#15203) 2024-02-21 14:22:13 -05:00
choices.py Closes #13279: Wrap choice labels with gettext() 2023-07-31 17:31:07 -04:00
filtersets.py Declare FilterSet fields as a tuple 2024-03-12 12:08:11 -04:00
search.py Closes #14134: Display additional object attributes in global search results (#14154) 2023-11-09 16:21:09 -05:00
urls.py Adds contact assignment bulk import (#13109) 2023-07-28 09:23:22 -04:00
views.py Introduce ObjectAttribute for displaying read-only instance attributes on forms 2024-03-19 13:34:13 -04:00