Jeremy Stretch
|
023735cf10
|
Use DynamicModelChoiceField for all fields using APISelect
|
2020-02-11 12:25:40 -05:00 |
|
Jeremy Stretch
|
7acb77c06f
|
Replace FilterChoiceField with DynamicModelMultipleChoiceField
|
2020-02-11 09:33:41 -05:00 |
|
Jeremy Stretch
|
690bff68ed
|
Replace ChainedModelChoiceField with DynamicModelChoiceField
|
2020-02-10 17:23:52 -05:00 |
|
Jeremy Stretch
|
e859074820
|
Clean up unneeded code relevant to FilterChoiceField
|
2020-02-10 09:44:19 -05:00 |
|
Jeremy Stretch
|
1e42fc2ed5
|
Merge branch 'develop' into 2921-tags-select2
|
2020-02-04 09:37:31 -05:00 |
|
Jeremy Stretch
|
d1b5e1a04d
|
Introduced CustomFieldModelCSVForm
|
2020-01-29 13:53:26 -05:00 |
|
Jeremy Stretch
|
0acc59db0c
|
Rename and refactor CustomFieldForm
|
2020-01-29 10:59:18 -05:00 |
|
Saria Hajjar
|
d4ce046afd
|
Removed CustomFieldForm class from models without custom fields
|
2020-01-23 17:03:14 +00:00 |
|
Saria Hajjar
|
8541d6a031
|
Fetch choices during form initialization
|
2020-01-14 08:22:27 +00:00 |
|
Saria Hajjar
|
7f2a810621
|
Tag filter field for filter forms
|
2020-01-13 20:16:13 +00:00 |
|
Saria Hajjar
|
1a8a16c32c
|
CSV import/export custom fields
|
2020-01-10 14:26:39 +00:00 |
|
Jeremy Stretch
|
592ab864e8
|
Move TenancyFilterForm to tenancy.forms
|
2019-05-09 14:36:18 -04:00 |
|
Jeremy Stretch
|
9c597d7a96
|
Cleanup from #2931
|
2019-05-09 14:32:49 -04:00 |
|
dansheps
|
94f0d3468f
|
Fix PEP8 Errors
|
2019-04-10 08:42:27 -05:00 |
|
dansheps
|
e0f27656b5
|
Move Filter and Form to new file, update all files
|
2019-04-10 08:37:12 -05:00 |
|
dansheps
|
60a065de88
|
Fixes #2781: Fixes filter by regions on site and device list
* Add Device filter
|
2019-03-05 08:10:10 -06:00 |
|
John Anderson
|
fe477b5f06
|
Tenancy Select2 forms
|
2019-01-09 23:33:08 -05:00 |
|
John Anderson
|
75c9a8f7c7
|
select2 for all create/edit forms in dcim
|
2019-01-04 14:41:36 -05:00 |
|
Jeremy Stretch
|
f1a2a724b4
|
Formatting cleanup
|
2018-11-27 11:57:29 -05:00 |
|
Jeremy Stretch
|
6b1abd6a65
|
Closes #2614: Simplify calls of super() for Python 3
|
2018-11-27 10:52:24 -05:00 |
|
Jeremy Stretch
|
68a5dcd47e
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
Jeremy Stretch
|
6da5abbede
|
Added bulk tag addition/removal
|
2018-07-10 10:00:21 -04:00 |
|
Jeremy Stretch
|
e08d8c4cac
|
Implemented tags for all primary models
|
2018-05-10 12:53:11 -04:00 |
|
Jeremy Stretch
|
cea1c45635
|
Standardized declaration of csv_headers on models
|
2018-02-02 14:26:16 -05:00 |
|
Jeremy Stretch
|
d63c9965b4
|
Fixes #1765: Improved rendering of null options for model choice fields in filter forms
|
2017-12-26 12:08:22 -05:00 |
|
Jeremy Stretch
|
6dcab12611
|
Added bulk import view for tenant groups
|
2017-10-09 15:09:40 -04:00 |
|
Jeremy Stretch
|
b6c50c98b6
|
Fixes #1334: Fix server error when adding an interface to a device
|
2017-07-11 14:52:50 -04:00 |
|
Jeremy Stretch
|
83a50f45b5
|
Converted circuits import views to new scheme
|
2017-06-02 13:40:52 -04:00 |
|
Jeremy Stretch
|
cac3d5a6e6
|
Initial work on #655: CSV import headers
|
2017-05-31 17:40:11 -04:00 |
|
Jeremy Stretch
|
1f911c1567
|
Fixes #1229: Fix validation error on forms where API search is used
|
2017-05-25 14:33:50 -04:00 |
|
Jeremy Stretch
|
297d9c6bb9
|
Import unicode_literals
|
2017-05-24 11:33:11 -04:00 |
|
Jeremy Stretch
|
d1e60d9cd7
|
Fixed selector initializations for TenancyForms
|
2017-05-11 17:52:23 -04:00 |
|
Jeremy Stretch
|
9721f9d038
|
Added tenant_group/tenant form section to all objects with tenancy
|
2017-05-11 17:35:20 -04:00 |
|
Jeremy Stretch
|
9f216fd9ba
|
Closes #927: Upgrade to django-filter 1.0
|
2017-03-01 13:09:19 -05:00 |
|
Jeremy Stretch
|
d3d23d55ff
|
Closes #841: Merged search and filter forms on all object lists
|
2017-01-24 12:05:39 -05:00 |
|
Jeremy Stretch
|
fdedd18394
|
Standardized inheritance order of BootstrapMixin
|
2016-12-21 14:15:18 -05:00 |
|
Jeremy Stretch
|
369a7f4a3f
|
#527: Initial work to allow nullifying fields during bulk edit
|
2016-09-30 16:17:41 -04:00 |
|
Jeremy Stretch
|
9581f9217e
|
Reimplemented FilterChoiceField
|
2016-09-20 11:08:25 -04:00 |
|
Jeremy Stretch
|
dc58694d49
|
Added 'none' options to filters for optional fields
|
2016-09-15 17:12:53 -04:00 |
|
Jeremy Stretch
|
510c4543d2
|
Implemented FilterChoiceField and get_filter_choices() to reduce filter form boilerplate
|
2016-09-14 16:27:26 -04:00 |
|
Jeremy Stretch
|
9dbf3d6e05
|
Added custom field support to filter forms
|
2016-08-23 12:05:28 -04:00 |
|
Jeremy Stretch
|
77f18d6e66
|
Updated bulk edit forms to support custom fields
|
2016-08-22 13:11:57 -04:00 |
|
Jeremy Stretch
|
4724ce45d8
|
Minimal implemtnation of custom fields
|
2016-08-15 15:24:23 -04:00 |
|
Jeremy Stretch
|
8c3b7c9d7c
|
Closes #412: Tenant group assignment is no longer mandatory
|
2016-08-02 16:04:25 -04:00 |
|
Jeremy Stretch
|
a0ab14de99
|
Allow unassigning VRF and tenants when editing objects in bulk
|
2016-07-28 15:59:49 -04:00 |
|
Jeremy Stretch
|
f159ea5048
|
Fixed Tenant import
|
2016-07-26 17:47:40 -04:00 |
|
Jeremy Stretch
|
bf16715517
|
Added description to Tenant model
|
2016-07-26 17:44:32 -04:00 |
|
Jeremy Stretch
|
fb56ade50e
|
Initial multitenancy implementation
|
2016-07-26 14:58:37 -04:00 |
|