Skip to content

Commit a51ad36

Browse files
authored
Merge pull request #355 from netbox-community/develop
Version 0.26.2
2 parents 097bea8 + 953ee09 commit a51ad36

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.26.1
1+
0.26.2

docker/ldap_config.docker.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ def __getattr__(name):
1313
except:
1414
pass
1515
raise AttributeError
16+
17+
def __dir__():
18+
names = []
19+
for config in _loaded_configurations:
20+
names.extend(config.__dir__())
21+
return names

0 commit comments

Comments
 (0)