Open
Description
This happens on some instances of v. Works fine for others.
In [2]: v.browse.all()
Out[2]: [<Browse: Prosthodontics>, <Browse: Restorative Dentistry>]
In [3]: list(v.browse.all())
Out[3]: []
In [4]: list(v.browse.all().no_cache())
Out[4]: [<Browse: Prosthodontics>, <Browse: Restorative Dentistry>]
Another example for different instance that works fine:
In [14]: list(v2.browse.all())
Out[14]:
[<Browse: Proximal Humerus Reverse Shoulder>,
<Browse: Reverse Shoulder Arthroplasty>]