netbox/netbox/dcim
2020-02-13 21:41:00 -05:00
..
api Fixes #4083: Permit nullifying applicable choice fields via API requests 2020-02-10 15:10:33 -05:00
migrations Fixes #4166: Fix schema migrations to enforce maximum character length for naturalized fields 2020-02-13 21:41:00 -05:00
models Merge pull request #4154 from netbox-community/4138-device_bays_in_rack_elevations 2020-02-12 16:19:57 -05:00
tests Establish standard test cases for all models 2020-02-12 13:25:56 -05:00
__init__.py Renamed IPAMConfig to DCIMConfig 2016-07-13 09:25:13 -04:00
apps.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
choices.py Fixes #3967: Resolve migration of "other" interface type 2020-01-21 09:32:51 -05:00
constants.py Modify _draw_elevations 2020-02-12 13:15:29 -06:00
exceptions.py Fixes #2721: Detect loops when tracing front/rear ports 2018-12-21 10:54:20 -05:00
fields.py Move BGP_ASN_MIN and BGP_ASN_MAX to ipam.constants 2020-01-15 14:53:46 -05:00
filters.py Fixes #3966: Fix filtering of device components by region/site 2020-01-21 12:27:52 -05:00
forms.py Fixes #4137: Disable occupied terminations when connecting a cable to a circuit 2020-02-11 14:56:02 -05:00
managers.py Convert interface models to use NaturalOrderingField 2020-02-07 15:58:03 -05:00
signals.py Fixes #3644: Fix exception when connecting a cable to a RearPort with no corresponding FrontPort 2019-12-09 15:42:04 -05:00
tables.py Closes #4129: Add individual deletion views for device type components 2020-02-10 11:43:51 -05:00
urls.py Closes #4129: Add individual deletion views for device type components 2020-02-10 11:43:51 -05:00
views.py Closes #4129: Add individual deletion views for device type components 2020-02-10 11:43:51 -05:00