File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ def __getitem__(self, item):
23
23
if item in djcs :
24
24
# Original connection handling did lookups by the django names not the explorer
25
25
# alias. To support stored uses of URLs accessing connections by the old name
26
- # (such as schema), we support the django db connectin name as long as it is
26
+ # (such as schema), we support the django db connection name as long as it is
27
27
# mapped by some alias in EXPLORER_CONNECTIONS, so as to prevent access to
28
- # Django DB connections never meant to be exposed by Explorer
28
+ # Django DB connections, never meant to be exposed by Explorer
29
29
if item not in EXPLORER_CONNECTIONS .values ():
30
30
raise InvalidExplorerConnectionException (
31
31
f"Attempted to access connection { item } which is "
You can’t perform that action at this time.
0 commit comments