netbox/netbox/dcim
Dan Sheppard 28b8952299 Fixes: #4230 - Fixes filtering by position on elevation endpoint
* Add tests for rack elevation filtering
* Add q variable to serializers for RackElevationDetailFilterSerializer
* Add code to allow filtering of position on the rack elevation
2020-02-22 08:24:26 -06:00
..
api Fixes: #4230 - Fixes filtering by position on elevation endpoint 2020-02-22 08:24:26 -06:00
migrations Add front/rear images for device types; include in rack elevations 2020-02-20 12:11:59 -05:00
models Add ability to toggle the inclusion of device images when rendering a rack elevation SVG 2020-02-20 13:09:43 -05:00
tests Fixes: #4230 - Fixes filtering by position on elevation endpoint 2020-02-22 08:24:26 -06: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 Added serial console_port type rj-11 for a POTS modem connection 2020-02-19 15:39:53 -08:00
constants.py Fixes #4228: Fit device images to rack unit; tweak default aspect ratio 2020-02-21 12:43:24 -05:00
elevations.py Merge pull request #4233 from netbox-community/4228-rack-elevation-images 2020-02-21 13:55:32 -05: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 Closes #4209: Enable filtering interfaces list view by enabled 2020-02-20 14:24:22 -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 #4209: Enable filtering interfaces list view by enabled 2020-02-20 14:24:22 -05:00
urls.py Closes #4129: Add individual deletion views for device type components 2020-02-10 11:43:51 -05:00
views.py Fixes #4196: Fix exception when viewing LLDP neighbors page 2020-02-18 16:21:50 -05:00