|
096814dc33
|
#3880: Define constants for arbitrary values
|
2020-01-24 14:42:57 -05:00 |
|
|
cdecf93f00
|
Add tests for ChoiceSet
|
2020-01-23 16:19:34 -05:00 |
|
|
fe402331f2
|
Handle grouped choices when returning ChoiceSet values
|
2020-01-23 16:16:52 -05:00 |
|
|
06398a9ac6
|
Merge branch 'develop' into 568-csv-import-cf
|
2020-01-23 20:27:07 +00:00 |
|
|
bed08a7b07
|
Use model's get_custom_fields
|
2020-01-23 20:26:21 +00:00 |
|
|
8f86244b4f
|
Cleaned the CustomField choice field
|
2020-01-23 18:54:37 +00:00 |
|
|
0a5eecd0e3
|
Explicitly use the value of the choice, instead of relying on __str__
|
2020-01-23 17:37:51 +00:00 |
|
|
0ab19d723d
|
Moved the header join logic after the custom fields are added
|
2020-01-23 17:18:58 +00:00 |
|
|
ba6df87d10
|
Move min/max prefix length validators to ipam.validators
|
2020-01-22 16:26:06 -05:00 |
|
|
bdfead6265
|
Merge branch 'develop' into 568-csv-import-cf
|
2020-01-21 21:30:38 +00:00 |
|
|
77c8bcef6d
|
Merge branch 'develop' into 2921-tags-select2
|
2020-01-21 21:29:21 +00:00 |
|
|
2684f86594
|
Merge branch 'develop' into 3840-limit-vlan-choices
|
2020-01-21 21:27:42 +00:00 |
|
|
302f87e108
|
Fixes #3937: Suppress warning messages in tests for requests expected to yield a 4XX response
|
2020-01-17 14:53:33 -05:00 |
|
|
c0a3285b8b
|
Merge branch 'develop' into 568-csv-import-cf
|
2020-01-16 22:47:10 +00:00 |
|
|
a30e50ecc4
|
Merge branch 'develop' into 3840-limit-vlan-choices
|
2020-01-16 22:45:23 +00:00 |
|
|
42962db263
|
Merge branch 'develop' into 2921-tags-select2
|
2020-01-16 21:52:14 +00:00 |
|
|
89e6de3652
|
Merge branch 'develop' into 568-csv-import-cf
|
2020-01-16 16:05:01 +00:00 |
|
|
fecbb60c36
|
Use assertHttpStatus() when evaluating HTTP response status
|
2020-01-16 10:47:45 -05:00 |
|
|
2949bfaaa7
|
Merge branch 'develop' into 2921-tags-select2
|
2020-01-16 15:33:42 +00:00 |
|
|
02cf39c85b
|
Merge branch 'develop' into 3840-limit-vlan-choices
|
2020-01-16 15:09:39 +00:00 |
|
|
c28684a8b3
|
Remove obsolete utility function model_names_to_filter_dict()
|
2020-01-15 16:21:41 -05:00 |
|
|
49f027fae7
|
Refactor FieldChoicesViewSet; add Interface.type to virtualization _choices endpoint
|
2020-01-15 09:59:44 -05:00 |
|
|
826f4d313d
|
Move unpack_grouped_choices() to utilities.choices
|
2020-01-15 09:36:39 -05:00 |
|
|
9d846d7b87
|
Fixes #3840: Only show valid interface VLAN choices
|
2020-01-15 12:23:34 +00:00 |
|
|
857e04e90b
|
Add _choices endpoint tests for all apps
|
2020-01-14 16:13:11 -05:00 |
|
|
6959785cd1
|
Define __all__ for models.py within each app
|
2020-01-14 12:01:23 -05:00 |
|
|
e10333bf2b
|
Fetch choices during form initialization
|
2020-01-14 08:22:27 +00:00 |
|
|
d075bf5882
|
Merge branch 'develop' into 568-csv-import-cf
|
2020-01-13 21:17:29 +00:00 |
|
|
2f28dec891
|
Tag filter field for filter forms
|
2020-01-13 20:16:13 +00:00 |
|
|
0dad9f8901
|
Change DeviceType export from CSV to YAML
|
2020-01-13 15:10:16 -05:00 |
|
|
a8d9fe799b
|
Removed tags filter field from view
|
2020-01-13 19:06:05 +00:00 |
|
|
834fd408bd
|
Fixes #2921: Replace tags filter with Select2 widget
|
2020-01-11 15:18:27 +00:00 |
|
|
9f627fd0d3
|
Merge branch 'develop' into develop-2.7
|
2020-01-10 13:33:51 -05:00 |
|
|
37322fc100
|
Fixed import choice name
|
2020-01-10 14:58:15 +00:00 |
|
|
f1d5e28f13
|
CSV import/export custom fields
|
2020-01-10 14:26:39 +00:00 |
|
|
71120d9899
|
Added tests for alphanumeric
|
2020-01-10 11:54:43 +00:00 |
|
|
acb66c7dc0
|
Negative tests for expand_ipaddress_pattern
|
2020-01-10 11:21:37 +00:00 |
|
|
2eba84dad5
|
Added tests for IPv6
|
2020-01-10 11:06:01 +00:00 |
|
|
fe89982d4e
|
Removed redundant list call
|
2020-01-10 10:26:46 +00:00 |
|
|
da0ac4ff1e
|
Rename filter variables for utility views
|
2020-01-09 20:57:13 -05:00 |
|
|
1d3651e255
|
Use ChoiceSet.values() for access to raw values
|
2020-01-09 14:56:33 -05:00 |
|
|
fe490d144a
|
Fixes #3868: Fix creation of interfaces for virtual machines
|
2020-01-09 14:54:25 -05:00 |
|
|
c13b9d8798
|
Added tests for IPv4
|
2020-01-09 18:26:10 +00:00 |
|
|
396bb28967
|
Added example and handled invalid ranges gracefully
|
2020-01-08 17:28:31 +00:00 |
|
|
eb40275427
|
Fixes #3623: Word expansion for interfaces
|
2020-01-08 17:23:09 +00:00 |
|
|
6e49a0ba6e
|
Merge branch 'develop' into develop-2.7
|
2020-01-03 14:21:53 -05:00 |
|
|
b38bb64c81
|
Fixes #3831: Fix API-driven filter field rendering (#3812 regression)
|
2020-01-03 11:25:22 -05:00 |
|
|
1d63a30b7a
|
Merge branch 'develop' into develop-2.7
|
2020-01-02 17:21:15 -05:00 |
|
|
242ae9eb91
|
Comment clarification
|
2020-01-01 16:04:08 +00:00 |
|
|
53625e0dea
|
Fixes #3812: Only preload selected options for API-based select
|
2020-01-01 15:54:00 +00:00 |
|