1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

169 Commits

Author SHA1 Message Date
e7cf87be97 Fixes #5035: Fix exception when modifying an IP address assigned to a VM 2020-08-24 10:39:41 -04:00
66c91484f5 Clean up display_name for various models 2020-08-14 10:20:34 -04:00
cb36f9fdb3 Remove restriction enforcement from RestrictedQuerySet 2020-07-23 12:48:03 -04:00
8d7001fe56 Move abstract ChangeLoggedModel under extras 2020-07-09 17:07:25 -04:00
4f00b5af4a Miscellaneous RestrictedQuerySet cleanup 2020-07-09 15:11:18 -04:00
847fbfd71a Fix unrestricted querysets 2020-07-07 16:46:57 -04:00
eb45ad600e Fix evaluation of RestrictedQuerySets 2020-06-29 11:35:13 -04:00
95965d65c9 Fix some instances where RestrictedQuerySet is evaluated prematurely 2020-06-26 12:22:02 -04:00
4d2c75a824 Restore ability to assign interface when editing an IPAddress 2020-06-24 11:30:28 -04:00
e3820e93b7 Misc cleanup, renaming 2020-06-23 16:39:43 -04:00
40938f0c8a Retain ip_addresses name for related IPAddress objects 2020-06-22 16:13:18 -04:00
31bb70d9a2 Fixed IPAM tests 2020-06-22 14:46:25 -04:00
e76b1f1daa Fix assigned_object field 2020-06-22 13:50:14 -04:00
6cb31a274f Initial work on #4721 (WIP) 2020-06-22 13:10:56 -04:00
e23b2c4c4f Implement RestrictedQuerySet as a manager 2020-05-29 16:27:36 -04:00
07fd92cd4c Fixes #4629: Replicate assigned interface when cloning IP addresses 2020-05-13 16:25:22 -04:00
839e999a71 Introduce CSVModelForm for dynamic CSV imports 2020-05-05 16:15:09 -04:00
718ff4a743 Update help_texts for models, import forms 2020-05-01 15:40:34 -04:00
9df238c5f2 Merge branch 'develop' into develop-2.8 2020-03-15 00:18:32 -04:00
9466802a95 closes #4368 - extras features model registration 2020-03-14 03:03:22 -04:00
cebe580484 Add a description field to all organizational models 2020-03-13 16:33:28 -04:00
3b4ec5926d Standardize existing description fields to a length of 200 chars 2020-03-13 15:49:58 -04:00
0de857bf7a Merge branch 'develop' into develop-2.8 2020-03-10 15:06:37 -04:00
9fa5004a35 Closes #4324: Add CSV import view for services 2020-03-06 16:33:43 -05:00
b475a575e4 Drop family column from Aggregate, Prefix, and IPAddress models 2020-02-14 15:04:33 -05:00
096814dc33 #3880: Define constants for arbitrary values 2020-01-24 14:42:57 -05:00
fdf8211e9a Fixes #3930: Fix API rendering of the family field for aggregates 2020-01-15 13:56:37 -05:00
28350d84f9 Update model ordering parameters to ensure deterministic ordering 2020-01-15 13:20:44 -05:00
c084547dca Move IPAddressManager to a separate file 2020-01-14 12:07:45 -05:00
6959785cd1 Define __all__ for models.py within each app 2020-01-14 12:01:23 -05:00
a2ead6af94 Merge branch 'develop' into develop-2.7 2020-01-09 15:27:06 -05:00
6537f35176 Fixes #3864: Disallow /0 masks 2020-01-09 14:33:49 +00:00
7845d9b25f Add description field to Role model (#3655) 2019-12-10 12:59:10 -05:00
446acbdf82 Closes #33: Add ability to clone objects (pre-populate form fields) 2019-12-06 16:13:52 -05:00
4ecbfc4e5e Service.protocol to slug (#3569) 2019-11-27 22:27:06 -05:00
213bd1555a VLAN.status to slug (#3569) 2019-11-27 22:15:59 -05:00
14a7a33cc2 IPAddress.role to slug (#3569) 2019-11-27 22:09:16 -05:00
ba8f324b12 IPAddress.status to slug (#3569) 2019-11-27 21:54:01 -05:00
929c0648d0 Prefix.status to slug (#3569) 2019-11-27 21:46:53 -05:00
896d58fc3f Fixes #3458: Prevent primary IP address for a device/VM from being reassigned 2019-10-09 16:22:06 -04:00
86cef1c502 Fixes #3435: Change IP/prefix CSV export to reference VRF name instead of RD 2019-09-25 09:39:03 -04:00
6e66f8d68a Fixes #3452: Queue deletion ObjectChanges until after response is sent 2019-08-26 16:52:05 -04:00
e1bca52d57 Fix regex for IPAddress.dns_name (but see #3106) 2019-04-25 14:49:52 -04:00
a026ec45b8 Closes #166: Add dns_name to IPAddress 2019-04-22 18:10:28 -04:00
e4c06700bb Closes #3094: Remove NullsFirstQuerySet 2019-04-19 20:59:07 -04:00
0b95016e00 Merge branch 'develop' into develop-2.6 2019-03-11 21:01:18 -04:00
7a8fc8dfd5 Changelog for #2944 2019-03-07 14:08:36 -05:00
1d904b1722 Fix IP address is not recorded in the associated interface's changelog 2019-03-07 10:57:26 +01:00
fc2bb724fa initial pass on migrating to custom tag model with color and comments fields 2019-02-20 03:52:47 -05:00
375e66047d Fixes #2864: Correct display of VRF name when no RD is assigned 2019-02-08 09:04:43 -05:00