Jeremy Stretch
e31755fa4a
Closes #797 : Add description column to VLANs table
2017-01-17 16:06:19 -05:00
Jeremy Stretch
6ff34127e5
Fixes #807 : Redirect user back to form when adding IP addresses in bulk and "create and add another" is clicked
2017-01-17 15:46:43 -05:00
Jeremy Stretch
ad5b8ea994
Add an empty label (global) to IPAddressBulkAddForm VRF field
2017-01-17 15:33:55 -05:00
Jeremy Stretch
4c5e81a72c
Closes #783 : Add a description field to the Circuit model
2017-01-17 15:18:03 -05:00
Jeremy Stretch
6aa3a02dab
Fixes #785 : Trigger validation error when importing a prefix assigned to a nonexistent VLAN
2017-01-17 15:01:30 -05:00
Jeremy Stretch
08aafcd34b
Closes #803 : Clarify that no child objects are deleted when deleting a prefix
2017-01-17 14:52:39 -05:00
Jeremy Stretch
f26e4b0395
Closes #805 : Linkify site column in device table
2017-01-17 14:46:29 -05:00
Jeremy Stretch
dcba889030
Follow-up to #804
2017-01-17 12:32:54 -05:00
Jeremy Stretch
beef3618e7
Merge pull request #804 from digitalocean/prefix-unique
...
Enforce Global Unique on Prefixes
2017-01-17 10:28:00 -05:00
Zach Moody
5db8c359d4
moved duplicates() method to model instead of manager.
2017-01-16 18:14:34 -06:00
Zach Moody
d6b094bc30
cleaned up IPAddress clean() to be more like Prefix's
2017-01-16 16:52:03 -06:00
Zach Moody
fa19222c0d
Added model tests for duplicate prefix and IPs.
2017-01-16 16:40:06 -06:00
Zach Moody
8388b51ba4
added duplicates() method to IPAddress and Prefix model managers.
...
refactored condition on IPAddress and Prefix clean method to use new
manager method.
2017-01-16 16:28:04 -06:00
Jeremy Stretch
e4057a6b11
Merge pull request #796 from rburkholder/rburkholder-patch-TenantSerializer-description
...
rburkholder - patch - tenant serialiser - add description field to output
2017-01-13 09:36:33 -05:00
Jeremy Stretch
45758abcf7
Corrected PEP8 errors
2017-01-13 09:30:59 -05:00
Raymond P. Burkholder
acd2fc9550
Add description field to TenantSerializer
...
This might be just an oversight. Other data models do include the description in their serialisers. The API produces the description field with this change.
2017-01-13 08:49:43 -04:00
Jeremy Stretch
38bc63da40
Table rendering optimizations
2017-01-06 16:50:57 -05:00
Jeremy Stretch
7433d0e856
Closes #284 : Added interface_ordering field to DeviceType
2017-01-06 12:59:49 -05:00
Jeremy Stretch
5d97cd5323
Merge pull request #781 from zevlag/patch-1
...
Update CONTRIBUTING.md to replace Reddit with Google Groups
2017-01-05 21:55:16 -05:00
Josh Galvez
fb2e54c4d3
Update CONTRIBUTING.md
...
Change Reddit to Google Groups Mailing List
2017-01-05 16:02:05 -07:00
Jeremy Stretch
42daec89f6
Updated circuits documentation
2017-01-05 17:06:30 -05:00
Jeremy Stretch
8d00d523b5
Fixes #778 : Refactored order_interfaces() to fix InterfaceTemplate ordering within a table
2017-01-05 16:12:07 -05:00
Jeremy Stretch
3755adf42f
Corrected permissions for device component form rendering
2017-01-05 15:37:15 -05:00
Jeremy Stretch
9f2c756ef0
Standardized template names
2017-01-05 15:31:41 -05:00
Jeremy Stretch
8236de2ac6
Added alternative installations section
2017-01-04 17:16:04 -05:00
Jeremy Stretch
d1dd658356
Fixes #776 : Prevent circuits from appearing twice while searching
2017-01-04 16:56:28 -05:00
Jeremy Stretch
165021eaa9
Post-release version bump
2017-01-04 15:31:10 -05:00
Jeremy Stretch
21a3ea050c
Merge pull request #774 from digitalocean/develop
...
Release v1.8.1
2017-01-04 15:30:54 -05:00
Jeremy Stretch
125e95bbc1
Release v1.8.1
2017-01-04 15:28:53 -05:00
Jeremy Stretch
646abd8d5b
Fixes #772 : Fix TypeError in API RackUnitListView when no device is excluded
2017-01-04 10:58:11 -05:00
Jeremy Stretch
c6a656d082
Fixes #764 : Encapsulate in double quotes values containing commas when exporting to CSV
2017-01-04 10:47:00 -05:00
Jeremy Stretch
8ff2ac6f73
Closes #771 : Don't automatically redirect user when only one object is returned in a list
2017-01-04 09:51:40 -05:00
Jeremy Stretch
4077ec0ce6
Fixes #769 : Show default value for boolean custom fields
2017-01-04 09:47:26 -05:00
Jeremy Stretch
6f866ccb9c
Fixes #767 : Fixes xconnect_id error when searching for ciruits
2017-01-03 17:00:43 -05:00
Jeremy Stretch
639b90f9d7
Allow null filtering of prefix VLAN
2017-01-03 16:57:42 -05:00
Jeremy Stretch
1afe5c1b0a
Post-release version bump
2017-01-03 15:14:09 -05:00
Jeremy Stretch
d782eb3171
Merge pull request #766 from digitalocean/develop
...
Release v1.8.0
2017-01-03 15:13:36 -05:00
Jeremy Stretch
ba1b5ae3ac
Release v1.8.0
2017-01-03 15:07:41 -05:00
Jeremy Stretch
a43c45ce68
Fixes #763 : Added missing fields to CSV exports
2017-01-03 14:52:56 -05:00
Jeremy Stretch
308d5d5b67
Updated circuit import template
2017-01-03 14:25:51 -05:00
Jeremy Stretch
c81b62314f
Minor docs tweaks
2017-01-03 14:03:50 -05:00
Jeremy Stretch
2ca44a515e
Split site contact info into a separate panel
2017-01-03 13:46:49 -05:00
Jeremy Stretch
c74a96d760
Tweaked web server installation docs
2017-01-03 13:44:22 -05:00
Jeremy Stretch
4997b31aaa
Fixes #757 : Debug toolbar middleware must always be included, even if DEBUG is False
2016-12-29 13:45:57 -05:00
Jeremy Stretch
cb4d3d68b7
Miscellaneous cleanup and documentation
2016-12-29 13:42:38 -05:00
Jeremy Stretch
a7659d6714
Fixed outdated select_related reference to circuit
2016-12-29 11:53:24 -05:00
Jeremy Stretch
983cf2ab05
Closes #756 : Added contact details to site model
2016-12-29 11:37:40 -05:00
Jeremy Stretch
e4f4481a6a
Fixes #658 : Added is_pool field to Prefix model
2016-12-27 15:07:52 -05:00
Jeremy Stretch
f0a2225f28
Fixed bug introduced in e1f6cfbf27
2016-12-27 14:18:31 -05:00
Jeremy Stretch
736c85e4d6
Improved device interface list performance
2016-12-27 13:21:19 -05:00