jeremystretch
|
b7c9ca720a
|
Closes #7886: Introduce a base FilterForm class
|
2021-11-19 15:12:45 -05:00 |
|
jeremystretch
|
beca978af5
|
Clean up imports
|
2021-11-18 16:48:29 -05:00 |
|
jeremystretch
|
ed2231e34b
|
Apply BootstrapMixin to CustomFieldModelFilterForm
|
2021-11-18 16:27:06 -05:00 |
|
jeremystretch
|
55049bb303
|
Apply BootstrapMixin to BulkEditForm
|
2021-11-18 16:23:26 -05:00 |
|
jeremystretch
|
c210c6937b
|
Apply BootstrapMixin to CustomFieldModelForm
|
2021-11-18 16:19:25 -05:00 |
|
jeremystretch
|
d529c1b5b3
|
Housekeeping: Use RestrictedQuerySet for default manager on base models
|
2021-11-11 15:04:22 -05:00 |
|
jeremystretch
|
806dcd74ec
|
Split circuits models into submodules
|
2021-11-04 15:58:17 -04:00 |
|
jeremystretch
|
2c2e37e9f0
|
Merge branch 'develop' into feature
|
2021-11-03 10:29:02 -04:00 |
|
jeremystretch
|
d0b85586b9
|
Changelog & cleanup for #6930
|
2021-11-02 16:24:28 -04:00 |
|
Rhys Barrie
|
cef0d168a5
|
Closes #6930: Add 'ID' column to object tables (#7673)
* netbox-community/netbox#6930: Add ID column to devices, device types, and components
* netbox-community/netbox#6930: Add ID column to sites, racks, and tenants
* netbox-community/netbox#6930: Add ID column to power, providers, TODO circuits
* netbox-community/netbox#6930: Add ID column to virtualization tables
* netbox-community/netbox#6930: Add ID column to IPAM tables
* netbox-community/netbox#6930: Add ID column to 'extras' tables
* netbox-community/netbox#6930: Move ID column to BaseTable class
* netbox-community/netbox#6930: Don't linkify ID in device component template tables
* netbox-community/netbox#6930: Don't show ID column in interface/console/power connections tables
* netbox-community/netbox#6930: Don't show ID column in device component template tables
* netbox-community/netbox#6930: Add ID column to ObjectJournal, DeviceImport, and Circuit tables
* Exclude ID column from selected tables
* netbox-community/netbox#6930:revert default columns on ObjectChangeTable, not configurable
* netbox-community/netbox#6930: Add object ID to tagged objects table in tag detail view
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
|
2021-11-02 16:21:34 -04:00 |
|
jeremystretch
|
98ca4f5b5a
|
Fixes #7643: Fix circuit assignment when creating multiple terminations simultaneously
|
2021-10-27 10:02:36 -04:00 |
|
jeremystretch
|
c06b3374ce
|
#6497: Add missing tag fields to filter forms
|
2021-10-21 15:29:52 -04:00 |
|
jeremystretch
|
3a3ed8bf64
|
Merge branch 'feature' into 3979-wireless
|
2021-10-21 13:19:52 -04:00 |
|
jeremystretch
|
cfb3897047
|
Add tags to organizational & nested group models
|
2021-10-21 10:51:02 -04:00 |
|
jeremystretch
|
f193f0d3f9
|
Add contact assignments to models
|
2021-10-18 15:09:57 -04:00 |
|
jeremystretch
|
64dad7dbd2
|
Optimize migrations
|
2021-10-14 15:11:03 -04:00 |
|
jeremystretch
|
ac2cd552b9
|
Rename cable_peer fields to link_peer
|
2021-10-13 14:04:53 -04:00 |
|
jeremystretch
|
6897c5fadd
|
Fixes #7455: Fix site/provider network validation for circuit termination API serializer
|
2021-10-06 09:11:42 -04:00 |
|
jeremystretch
|
f3fe3f9a18
|
Closes #6708: Add image attachment support for circuits, power panels
|
2021-10-01 12:50:51 -04:00 |
|
jeremystretch
|
71449b3414
|
Fixes #7304: Require explicit values for all required choice fields during CSV import
|
2021-09-28 12:04:54 -04:00 |
|
jeremystretch
|
b5aecfeb91
|
Refactor circuits forms
|
2021-09-27 15:23:12 -04:00 |
|
jeremystretch
|
7b3f6f1c67
|
Clean up table classes
|
2021-09-17 15:37:19 -04:00 |
|
jeremystretch
|
9cb29f48a0
|
Use exclude() when instantiating tables to omit columns
|
2021-09-17 14:25:02 -04:00 |
|
jeremystretch
|
16d8981a3f
|
Closes #7284: Include comments field in table/export for all appropriate models
|
2021-09-17 12:04:22 -04:00 |
|
jeremystretch
|
cc0830bf28
|
Closes #7087: Add search/filter forms for all organizational models
|
2021-09-16 16:04:46 -04:00 |
|
jeremystretch
|
e813dda275
|
Remove default_app_config (deprecated in Django 3.2)
|
2021-09-15 11:18:47 -04:00 |
|
jeremystretch
|
27c0e6dd5e
|
Fixes #7164: Fix styling of "decommissioned" label for circuits
|
2021-09-03 13:52:48 -04:00 |
|
jeremystretch
|
bd681f5908
|
Clean up object filter forms
|
2021-08-24 17:29:16 -04:00 |
|
jeremystretch
|
1b612816cc
|
Merge branch 'feature' into 6829-graphql-reverse-relations
|
2021-08-03 16:05:31 -04:00 |
|
jeremystretch
|
88d2441ab3
|
Add changelog GraphQL relation for changelogged models
|
2021-08-03 14:51:56 -04:00 |
|
jeremystretch
|
1518a460d5
|
Rename base Graphene types to match base models
|
2021-08-03 14:37:39 -04:00 |
|
jeremystretch
|
ea86321da8
|
Add journal_entries to Graphene object types for all primary models
|
2021-08-03 13:58:08 -04:00 |
|
Matt
|
58862e115c
|
Closes #6863: Add search fields back to filter forms
|
2021-08-03 08:32:53 -07:00 |
|
checktheroads
|
863048cda2
|
Deprecate collapsible advanced search and re-implement field-based filtering on object views
|
2021-08-01 21:24:22 -07:00 |
|
jeremystretch
|
c7e0abc3fb
|
Merge v2.11.10
|
2021-07-28 16:26:04 -04:00 |
|
jeremystretch
|
2ff3d0d5a2
|
Fixes #6774: Fix A/Z assignment when swapping circuit terminations
|
2021-07-23 11:13:21 -04:00 |
|
checktheroads
|
c14b546d5f
|
#6372: Refactor Select2 naming
|
2021-07-19 16:39:16 -07:00 |
|
jeremystretch
|
42b2e2717d
|
Standardize squashed migration names
|
2021-07-09 13:23:43 -04:00 |
|
jeremystretch
|
3387282de4
|
Resolve migration dependencies
|
2021-07-09 11:51:42 -04:00 |
|
jeremystretch
|
c82470e4df
|
Add re-initialized migrations for v2.11.0
|
2021-07-09 11:11:21 -04:00 |
|
jeremystretch
|
4383425060
|
Delete pre-2.11.0 migrations
|
2021-07-09 10:57:07 -04:00 |
|
jeremystretch
|
e6091ee0c9
|
Consolidate GraphQLTestCase into APIViewTestCase
|
2021-06-30 10:07:33 -04:00 |
|
jeremystretch
|
728b3bac67
|
Use _list appendix for GraphQL list queries
|
2021-06-30 09:57:33 -04:00 |
|
jeremystretch
|
4c209ed74c
|
Clean up GraphQL tests
|
2021-06-25 10:14:06 -04:00 |
|
jeremystretch
|
91d39cc0c0
|
Added initial GraphQL tests
|
2021-06-24 09:08:45 -04:00 |
|
jeremystretch
|
6a07f66cfc
|
Initial work on GraphQL
|
2021-06-24 09:08:45 -04:00 |
|
jeremystretch
|
c7afc9eb28
|
Rename custom field model forms
|
2021-06-23 11:53:58 -04:00 |
|
jeremystretch
|
14f696e824
|
Merge branch 'develop' into feature
|
2021-06-14 09:23:01 -04:00 |
|
jeremystretch
|
7e18b0dd3a
|
Remove csv_headers model attributes
|
2021-06-09 15:52:49 -04:00 |
|
jeremystretch
|
3ec6194a47
|
Remove obsolete to_csv() methods
|
2021-06-09 15:08:49 -04:00 |
|