f3fe3f9a18
Closes #6708 : Add image attachment support for circuits, power panels
2021-10-01 12:50:51 -04:00
7e18b0dd3a
Remove csv_headers model attributes
2021-06-09 15:52:49 -04:00
3ec6194a47
Remove obsolete to_csv() methods
2021-06-09 15:08:49 -04:00
b6660c72e1
Add tags as a feature query
2021-05-21 16:54:33 -04:00
21d14a782e
Closes #6359 : Enable custom links for organizational and nested group models
2021-05-06 13:01:20 -04:00
e7f10fdaea
Include termination side in CircuitTermination string repr
2021-04-01 21:03:00 -04:00
96759af86f
Closes #6071 : Cable traces now traverse circuits
2021-04-01 14:31:10 -04:00
d57222328b
Rename Cloud to ProviderNetwork
2021-04-01 10:21:41 -04:00
b7e44a744d
Add dedicated views for organizational models
2021-03-26 14:44:43 -04:00
d45edcd216
Linkify circuit terminations in table
2021-03-18 14:49:06 -04:00
872e936924
Add termination FKs on Circuit model
2021-03-18 13:54:05 -04:00
574a43fff7
Enable attaching circuit terminations to clouds
2021-03-18 13:53:48 -04:00
6ff8a267e9
Introduce the Cloud model
2021-03-18 11:20:09 -04:00
c072ba088f
Add webhook support for additional models
2021-03-10 14:49:02 -05:00
fc5bb966f0
Declare TaggableManager on PrimaryModel base class
2021-03-10 14:32:50 -05:00
19b78e63ce
Introduce ChangeLoggedModel as a standard model
2021-03-10 13:37:13 -05:00
8e1fe6339e
Rename parent attribute on CableTerminations to parent_object
2021-03-05 13:06:21 -05:00
9c967ee3ea
Fixes #5913 : Improve change logging ( #5924 )
...
* Initial work on #5913
* Provide per-line diff highlighting
* BulkDeteView should delete objects individually to secure a pre-change snapshot
* Add changelog tests for bulk operations
2021-03-04 13:06:04 -05:00
6a9b50f95d
Closes #5873 : Use numeric IDs in all object URLs
2021-02-26 17:23:23 -05:00
bec7ea7072
Standardize model types based on function
2021-02-24 21:01:16 -05:00
c9c8d337a0
Closes #5011 : Standardized name field lengths across all models
2020-10-15 15:37:34 -04:00
30778a9c40
Closes #5225 : CircuitTermination port_speed is now optional
2020-10-09 14:06:24 -04:00
df73737128
Remove legacy connection_status fields
2020-10-05 10:47:41 -04:00
079c42291c
Remove legacy connected endpoint fields
2020-10-05 09:56:46 -04:00
8abc05544c
CircuitTermination and PowerFeed are path endpoints
2020-10-01 13:05:00 -04:00
1b55285167
Relocate CSS classes for ChoiceFields from model to ChoiceSet
2020-09-24 16:35:53 -04:00
2276603ac3
Drop CustomFieldValue
2020-08-21 16:21:11 -04:00
ec66e1a5c0
Closes #4349 : Drop support for embedded graphs
2020-08-21 11:57:46 -04:00
cb36f9fdb3
Remove restriction enforcement from RestrictedQuerySet
2020-07-23 12:48:03 -04:00
68ecddccdb
Convert NullBooleanField to BooleanField(null=True)
2020-07-16 11:56:35 -04:00
8d7001fe56
Move abstract ChangeLoggedModel under extras
2020-07-09 17:07:25 -04:00
88033c0801
Fix queryset for get_peer_termination()
2020-07-07 14:13:58 -04:00
ce55d0c791
Tweak querysets to work with restriction
2020-06-29 10:57:09 -04:00
e23b2c4c4f
Implement RestrictedQuerySet as a manager
2020-05-29 16:27:36 -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
3b4ec5926d
Standardize existing description fields to a length of 200 chars
2020-03-13 15:49:58 -04:00
5a00939512
Fixes #4285 : Include A/Z termination sites in provider circuits table
2020-02-26 16:41:59 -05:00
6959785cd1
Define __all__ for models.py within each app
2020-01-14 12:01:23 -05:00
a6904dc5d5
Add description field to CircuitType ( #3655 )
2019-12-10 13:25:14 -05:00
446acbdf82
Closes #33 : Add ability to clone objects (pre-populate form fields)
2019-12-06 16:13:52 -05:00
4e2863e4ec
Move CircuitTermination.term_side choices to a ChoiceSet
2019-11-21 21:28:59 -05:00
e09ad6915f
Circuit.status ( #3569 )
2019-11-07 11:11:10 -05:00
a3b9bdaff1
Miscellaneous cleanup
2019-10-04 12:59:10 -04:00
6e66f8d68a
Fixes #3452 : Queue deletion ObjectChanges until after response is sent
2019-08-26 16:52:05 -04:00
ade844f7a7
fixes #3428 - caching invalidation issues
...
Mitgate invalidation issues by using prefetch_related instead of select_related.
Also use invalidated_update instead of just update.
2019-08-19 01:53:39 -04:00
3bb3b85fa2
Merged v2.5.13
2019-05-31 21:37:41 -04:00
b9b009c0b5
Fixes #3227 : Fix exception when deleting a circuit with a termination(s)
2019-05-29 17:17:06 -04:00
fc2bb724fa
initial pass on migrating to custom tag model with color and comments fields
2019-02-20 03:52:47 -05:00