netbox/netbox/ipam
Jeremy Stretch 0b7804c01c Fixes #13293: Limit interface selector for IP address to current device/VM 2024-05-14 14:48:47 -04:00
..
api Added assigned_object_type in prefetch for api view IPAddressViewSet - fixes #15845 2024-04-29 10:50:08 -04:00
forms Fixes #13293: Limit interface selector for IP address to current device/VM 2024-05-14 14:48:47 -04:00
graphql 15809 Mark unions as nullable in GraphQL where appropriate (#15824) 2024-04-25 09:19:19 -04:00
management Fixes #6544: Fix migration error when upgrading with VRF(s) defined 2021-06-04 10:53:13 -04:00
migrations Squash migrations 2024-01-25 12:35:04 -05:00
models Fixes #16027: Correct typo in error message 2024-05-08 09:42:20 -04:00
tables Merge branch 'develop' into feature 2024-05-06 12:59:24 -04:00
tests 16078 make GraphQL NumberFilter optional (#16115) 2024-05-13 19:01:30 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py Closes #15042: Move model registration logic to AppConfigs (#15203) 2024-02-21 14:22:13 -05:00
choices.py Closes #14311: Move L2VPN models from `ipam` to `vpn` (#14358) 2023-11-28 13:45:00 -05:00
constants.py Closes #14311: Move L2VPN models from `ipam` to `vpn` (#14358) 2023-11-28 13:45:00 -05:00
fields.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
filtersets.py Declare FilterSet fields as a tuple 2024-03-12 12:08:11 -04:00
formfields.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
lookups.py Fixes #6632 2021-07-23 11:08:41 +12:00
managers.py Update views to restrict all querysets 2020-06-01 11:43:49 -04:00
querysets.py Move count_related() & dict_to_filter_params() to utilities.query 2024-03-22 08:59:52 -04:00
search.py Closes #14311: Move L2VPN models from `ipam` to `vpn` (#14358) 2023-11-28 13:45:00 -05:00
signals.py Fixes #14532: Device/VM change record should accurately reflect when primary/OOB IP is deleted 2023-12-22 08:47:51 -05:00
urls.py Closes #14311: Move L2VPN models from `ipam` to `vpn` (#14358) 2023-11-28 13:45:00 -05:00
utils.py Merge branch 'develop' into feature 2023-07-30 13:36:51 -04:00
validators.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
views.py Closes #16070: Set default template for ObjectChildrenView 2024-05-13 15:21:52 -04:00