This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netbox-community-netbox
Watch
1
Star
0
Fork
0
You've already forked netbox-community-netbox
mirror of
https://github.com/netbox-community/netbox.git
synced
2024-05-10 07:54:54 +00:00
Code
netbox-community-netbox
/
netbox
/
dcim
/
migrations
History
Jeremy Stretch
b556d2d626
Renamed CreatedUpdatedModel to ChangeLoggedModel and applied it to all primary and organizational models
2018-06-13 15:40:16 -04:00
..
__init__.py
…
0001_initial.py
…
0002_auto_20160622_1821.py
…
0003_auto_20160628_1721.py
…
0004_auto_20160701_2049.py
…
0005_auto_20160706_1722.py
…
0006_add_device_primary_ip4_ip6.py
…
0007_device_copy_primary_ip.py
…
0008_device_remove_primary_ip.py
…
0009_site_32bit_asn_support.py
…
0010_devicebay_installed_device_set_null.py
…
0011_devicetype_part_number.py
…
0012_site_rack_device_add_tenant.py
…
0013_add_interface_form_factors.py
…
0014_rack_add_type_width.py
…
0015_rack_add_u_height_validator.py
…
0016_module_add_manufacturer.py
…
0017_rack_add_role.py
…
0018_device_add_asset_tag.py
…
0019_new_iface_form_factors.py
…
0020_rack_desc_units.py
…
0021_add_ff_flexstack.py
…
0022_color_names_to_rgb.py
…
0023_devicetype_comments.py
…
0024_site_add_contact_fields.py
…
0025_devicetype_add_interface_ordering.py
…
0026_add_rack_reservations.py
…
0027_device_add_site.py
…
0028_device_copy_rack_to_site.py
…
0029_allow_rackless_devices.py
…
0030_interface_add_lag.py
…
0031_regions.py
…
0032_device_increase_name_length.py
…
0033_rackreservation_rack_editable.py
…
0034_rename_module_to_inventoryitem.py
…
0035_device_expand_status_choices.py
…
0036_add_ff_juniper_vcp.py
…
0037_unicode_literals.py
…
0038_wireless_interfaces.py
…
0039_interface_add_enabled_mtu.py
…
0040_inventoryitem_add_asset_tag_description.py
…
0041_napalm_integration.py
…
0042_interface_ff_10ge_cx4.py
…
0043_device_component_name_lengths.py
…
0044_virtualization.py
…
0045_devicerole_vm_role.py
…
0046_rack_lengthen_facility_id.py
…
0047_more_100ge_form_factors.py
…
0048_rack_serial.py
…
0049_rackreservation_change_user.py
…
0050_interface_vlan_tagging.py
Allow interface mode to be null (for routed interfaces)
2018-01-25 11:45:12 -05:00
0051_rackreservation_tenant.py
Resolved migration collision from
#1672
2017-11-15 13:57:19 -05:00
0052_virtual_chassis.py
Collapsed VCMembership into the Device model (WIP)
2018-01-31 22:47:27 -05:00
0053_platform_manufacturer.py
Closes
#1744
: Allow associating a platform with a specific manufacturer
2017-12-19 16:15:26 -05:00
0054_site_status_timezone_description.py
Closes
#1821
: Added 'description' field to Site model
2018-01-25 13:29:09 -05:00
0055_virtualchassis_ordering.py
Finished VirtualChassis list view
2018-02-21 09:53:23 -05:00
0056_django2.py
Closes
#1842
: Implement support for Django 2.0
2018-03-30 10:39:22 -04:00
0057_tags.py
Added migrations for
#132
(tags)
2018-05-22 15:06:47 -04:00
0058_relax_rack_naming_constraints.py
Closes
#238
: Allow racks with the same name within a site (but in different groups)
2018-05-22 15:45:30 -04:00
0059_change_logging.py
Renamed CreatedUpdatedModel to ChangeLoggedModel and applied it to all primary and organizational models
2018-06-13 15:40:16 -04:00