Jeremy Stretch
|
4ef15e4dc8
|
Migrate circuits views to use common object list template
|
2020-02-13 13:31:04 -05:00 |
|
Jeremy Stretch
|
9f627fd0d3
|
Merge branch 'develop' into develop-2.7
|
2020-01-10 13:33:51 -05:00 |
|
Jeremy Stretch
|
da0ac4ff1e
|
Rename filter variables for utility views
|
2020-01-09 20:57:13 -05:00 |
|
Jeremy Stretch
|
847cf9d038
|
Renamed circuits FilterSets
|
2020-01-09 20:25:33 -05:00 |
|
Saria Hajjar
|
94a7d8e493
|
Hid the provider column
|
2020-01-09 20:15:22 +00:00 |
|
Saria Hajjar
|
883655ce71
|
Fixes #3393: Paginate circuits at the provider details view
|
2020-01-09 20:10:51 +00:00 |
|
Jeremy Stretch
|
7518174374
|
Closes #3731: Change Graph.type to a ContentType foreign key field
|
2019-12-06 10:32:59 -05:00 |
|
Jeremy Stretch
|
4e2863e4ec
|
Move CircuitTermination.term_side choices to a ChoiceSet
|
2019-11-21 21:28:59 -05:00 |
|
John Anderson
|
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 |
|
Jeremy Stretch
|
6c3c6fba62
|
Closes #984: Allow ordering circuits by A/Z side
|
2019-06-27 12:30:17 -04:00 |
|
Jeremy Stretch
|
c2d0e8fd95
|
Cleanup from earlier work on caching
|
2019-04-22 14:49:31 -04:00 |
|
John Anderson
|
4723ddb5ce
|
move caching to views
|
2019-04-15 14:41:04 -04:00 |
|
Jeremy Stretch
|
e710ccb0e6
|
Enforce view permissions for UI views
|
2019-04-11 17:27:38 -04:00 |
|
Jeremy Stretch
|
4df74780b8
|
Extended Cables to connect CircuitTerminations
|
2018-10-30 12:16:22 -04:00 |
|
Jeremy Stretch
|
980d62d579
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
Jeremy Stretch
|
beac676a6e
|
Cleaned up BulkEditView and BulkDeleteView
|
2018-07-20 21:18:10 -04:00 |
|
Jeremy Stretch
|
cd56e51a61
|
Closes #1851: Standardize usage of GetReturnURLMixin
|
2018-07-02 11:54:41 -04:00 |
|
Jeremy Stretch
|
00986fd7bf
|
Closes #1691: Cleaned up and reorganized import statements
|
2017-11-07 11:08:23 -05:00 |
|
Jeremy Stretch
|
85347d9675
|
Closes #999: Display devices on which circuits are terminated in circuits list
|
2017-10-20 16:27:19 -04:00 |
|
Jeremy Stretch
|
2c9b41db75
|
Added bulk import view for circuit types
|
2017-10-09 15:52:22 -04:00 |
|
Jeremy Stretch
|
d651deb31c
|
Renamed form_class attribute to model_form for consistency
|
2017-09-12 13:55:11 -04:00 |
|
Jeremy Stretch
|
39730b6834
|
Optimized performance when editing/deleting objects in bulk
|
2017-07-13 17:39:28 -04:00 |
|
Jeremy Stretch
|
dd1991f2c6
|
Closes #838: Display details of all objects being edited/deleted in bulk
|
2017-07-13 16:31:47 -04:00 |
|
Jeremy Stretch
|
dc68be5abf
|
Removed SearchTables; created DetailTables for models where needed
|
2017-07-12 16:42:45 -04:00 |
|
Jeremy Stretch
|
469c52be28
|
Fixes #1263: Differentiate add and edit permissions for objects
|
2017-06-13 16:41:57 -04:00 |
|
Jeremy Stretch
|
08c8bd3049
|
Renamed new import view to BulkImportView
|
2017-06-05 15:53:41 -04:00 |
|
Jeremy Stretch
|
4a8147f8a5
|
Converted circuits import views to new scheme
|
2017-06-02 13:40:52 -04:00 |
|
Jeremy Stretch
|
f21c6bca00
|
Import unicode_literals
|
2017-05-24 11:33:11 -04:00 |
|
Jeremy Stretch
|
fb85867d72
|
Converted all object views to class-based views
|
2017-05-18 17:00:57 -04:00 |
|
Jeremy Stretch
|
b01bf6089c
|
Merge branch 'develop' into v2-develop
Conflicts:
netbox/dcim/forms.py
netbox/dcim/views.py
netbox/ipam/forms.py
netbox/templates/_base.html
netbox/utilities/views.py
|
2017-04-13 15:42:50 -04:00 |
|
Jeremy Stretch
|
f70f0f8d62
|
Improved handling of return_url for object edit/delete views; removed manual definitions of initial data fields
|
2017-04-13 13:11:23 -04:00 |
|
Jeremy Stretch
|
d98e9e1838
|
Resolved RemovedInDjango20Warning deprecation warnings
|
2017-04-05 14:40:25 -04:00 |
|
Jeremy Stretch
|
c0152940f9
|
Merged develop
|
2017-02-28 16:10:53 -05:00 |
|
Jeremy Stretch
|
f3b9930dea
|
Initial work on regions
|
2017-02-28 12:11:43 -05:00 |
|
Jeremy Stretch
|
e8896fe238
|
Closes #898: Expand circuits list in provider view
|
2017-02-16 15:13:35 -05:00 |
|
Jeremy Stretch
|
b69564f5c9
|
Exposed the request to ObjectEditView's alter_obj()
|
2017-02-15 15:03:31 -05:00 |
|
Jeremy Stretch
|
5d5d4ac714
|
Fixes #845: Fix missing edit/delete buttons on object tables for non-superusers
|
2017-01-26 13:20:56 -05:00 |
|
Jeremy Stretch
|
52420945b2
|
Standardized naming of return_url for all object views
|
2017-01-23 14:07:26 -05:00 |
|
Jeremy Stretch
|
39d083eae7
|
Re-implemented method for bulk editing/deleting all objects within a filtered queryset
|
2017-01-20 16:42:11 -05:00 |
|
Jeremy Stretch
|
28a9307f9f
|
Deprecated use_obj_view in favor of get_return_url()
|
2017-01-18 14:34:17 -05:00 |
|
Jeremy Stretch
|
cdccc3a47f
|
Ditched get_parent_url() model method in favor of overrideable get_return_url() view method
|
2017-01-18 14:07:46 -05:00 |
|
Jeremy Stretch
|
3eb969de0c
|
Standardized the use of return_url for ObjectDeleteView
|
2017-01-18 13:30:19 -05:00 |
|
Jeremy Stretch
|
bf817eb69e
|
Closes #49: Introduction of circuit terminations
|
2016-12-14 13:47:22 -05:00 |
|
Jeremy Stretch
|
5035a9567b
|
Fixes #729: Corrected cancellation links when editing secondary objects
|
2016-12-08 12:20:45 -05:00 |
|
Jeremy Stretch
|
7d879bb0dc
|
Added bulk editing capability for custom fields
|
2016-08-16 14:57:04 -04:00 |
|
Jeremy Stretch
|
bcb9ab7116
|
Show graphs button only if there is at least one graph to display
|
2016-07-29 13:19:58 -04:00 |
|
Jeremy Stretch
|
397943b222
|
Allow unassigning VRF and tenants when editing objects in bulk
|
2016-07-28 15:59:49 -04:00 |
|
Jeremy Stretch
|
6f68628377
|
Added tenant to circuit bulk editing; enabled filtering of circuits by tenant
|
2016-07-26 17:10:11 -04:00 |
|
Jeremy Stretch
|
06af05708a
|
Applied tenancy to circuits
|
2016-07-26 15:42:26 -04:00 |
|
Jeremy Stretch
|
450c51604c
|
Replaced all object-specific BulkDeleteForms with the stock form provided by utilities.BulkDeleteView
|
2016-07-25 17:02:53 -04:00 |
|