Commit Graph

7463 Commits

Author SHA1 Message Date
jeremystretch
34e911995d Fixes #6130: Improve display of assigned models in custom fields list 2021-04-09 09:43:35 -04:00
jeremystretch
15c6e26cca Fixes #6070: Add missing 'count_ipaddresses' attribute to VMInterface serializer 2021-04-08 14:22:45 -04:00
jeremystretch
2846d595ee #6081: Tweak queryset filtering 2021-04-08 14:18:07 -04:00
jeremystretch
e1ec9c9b37 Fixes #6108: Do not infer tenant assignment from parent objects for prefixes, IP addresses 2021-04-08 13:50:06 -04:00
jeremystretch
4bac3fecaa Closes #6097: Redirect old slug-based object views 2021-04-08 13:25:29 -04:00
jeremystretch
7f7b9a0819 Fixes #6110: Fix handling of TemplateColumn values for table export 2021-04-08 10:30:13 -04:00
jeremystretch
313bbdae90 Add racks count to location view 2021-04-08 10:10:46 -04:00
jeremystretch
554a7b2b7a Closes #6109: Add device counts to locations table 2021-04-08 10:08:50 -04:00
jeremystretch
af68dbc48b Fixes #6107: Fix rack selection field on device form 2021-04-07 16:58:40 -04:00
jeremystretch
3f189c502e Fixes #6106: Allow assigning a virtual interface as the parent of an existing interface 2021-04-07 16:36:09 -04:00
jeremystretch
ff4798059b Fixes #6105: Hide checkboxes for VMs under cluster VMs view 2021-04-07 16:26:16 -04:00
jeremystretch
ba1ea46b36 Fixes #6081: Fix interface connections REST API endpoint 2021-04-07 16:04:32 -04:00
jeremystretch
3f7ca24e76 Fixes #6099: Correct example permission description 2021-04-07 15:50:24 -04:00
jeremystretch
6108a3a880 Fixes #6104: Fix location column on racks table 2021-04-07 15:40:03 -04:00
jeremystretch
3fd2a7cf4b Fixes #6100: Fix VM interfaces table "add interfaces" link 2021-04-07 15:17:02 -04:00
jeremystretch
d25bd695cd Release v2.11-beta1 2021-04-06 11:45:32 -04:00
jeremystretch
92b99924c9 Update dependencies for v2.11-beta1 2021-04-06 11:36:30 -04:00
jeremystretch
a9c42b841d Bump Django to 3.2 2021-04-06 09:45:59 -04:00
jeremystretch
4316c24518 Include child regions, site groups 2021-04-06 09:42:36 -04:00
jeremystretch
9ac1219700 Docs cleanup 2021-04-05 21:46:48 -04:00
jeremystretch
0b2cc27e24 Fix 'select all' widget 2021-04-05 17:13:32 -04:00
jeremystretch
53585eaa6b Site is required when creating devices 2021-04-05 16:35:01 -04:00
jeremystretch
d584fdad41 Simplify CircuitTermination display in circuits table 2021-04-05 15:24:57 -04:00
jeremystretch
f9364a5f7a Add 'add export template' link to dropdown 2021-04-05 15:13:35 -04:00
jeremystretch
83ebb47334 Catch AttributeError when generating ContentType labels 2021-04-05 15:11:29 -04:00
jeremystretch
f5e60093e9 Permit the assignment of virtual interfaces as parents 2021-04-05 14:48:11 -04:00
jeremystretch
09885aac5e Tweak JournalEntry form layout 2021-04-05 14:35:09 -04:00
jeremystretch
568cb53adc Fix ContentType assignment 2021-04-05 14:05:28 -04:00
jeremystretch
4cb1ae0fd1 Add tagged items count to tag view 2021-04-05 13:53:25 -04:00
jeremystretch
e5837a4d7b Rearrange provider, provider network templates 2021-04-05 13:18:19 -04:00
jeremystretch
07189148aa Empty time_zone should be null 2021-04-05 13:05:07 -04:00
jeremystretch
bb12003a2f Update VLAN documentation 2021-04-05 12:55:57 -04:00
jeremystretch
af8a1476ad Move breadcrumb generation to template 2021-04-05 12:06:59 -04:00
jeremystretch
0c876de2e4 Filter parent location by ID 2021-04-05 11:53:40 -04:00
jeremystretch
5fec4ec255 LinkedCountColumn should always invoke filter by ID 2021-04-05 11:47:25 -04:00
jeremystretch
69c18d8420 Migrate VLANGroup site assignments 2021-04-05 11:40:46 -04:00
jeremystretch
e6bf1eced2 TenantColumn should export null if no tenant is assigned 2021-04-05 11:18:30 -04:00
jeremystretch
2bb1f60230 Location model cleanup 2021-04-05 11:09:33 -04:00
jeremystretch
3cca1d7f74 Empty MAC address should be null 2021-04-02 17:53:00 -04:00
jeremystretch
d92a8b926c Add child interfaces table to interface view 2021-04-02 17:33:34 -04:00
jeremystretch
fe2b920649 Use CommentField for JournalEntry comments 2021-04-02 17:14:15 -04:00
jeremystretch
e3c79482cc Add manufacturer column to DeviceTable 2021-04-02 17:02:12 -04:00
jeremystretch
30ff6edb4b Convert all LinkColumns to Column(linkify=True) 2021-04-02 16:59:53 -04:00
jeremystretch
4b89024783 Add the models index 2021-04-02 16:29:01 -04:00
jeremystretch
b84d752932 Fix tab headers 2021-04-02 15:44:15 -04:00
jeremystretch
82377cdea1 Provide absolute URL for object search form 2021-04-02 15:27:00 -04:00
jeremystretch
995446bc57 Remove redundant prechange_data assignments 2021-04-02 15:21:11 -04:00
Jeremy Stretch
b05fcfae76 Restore 'brief' parameter (regression from 7e20beae7e) 2021-04-02 11:37:09 -04:00
Jeremy Stretch
2d03373666 Toggle VLANGroup scope selector fields 2021-04-02 11:31:46 -04:00
Jeremy Stretch
36d84c5cd5 Use ContentTypeChoiceField for all ContentType fields 2021-04-02 10:55:16 -04:00