You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cqlengine/management.py: handle more options of views names
so far the code assumed view can be name like:
```python
possible_names = [name, f'values({name})']
```
we have now one more option, that need to be considered:
```python
f'keys({name})'
```
0 commit comments