File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ The cache is automatically invalidated on the following events:
9696
9797Usage example:
9898
99- .. repl ::
99+ .. code-block :: python-console
100100
101101 >>> user.organizations_dict
102102 ... {'20135c30-d486-4d68-993f-322b8acb51c4': {'is_admin': True, 'is_owner': False}}
@@ -110,7 +110,7 @@ Returns a list of primary keys of organizations the user can manage.
110110
111111Usage example:
112112
113- .. repl ::
113+ .. code-block :: python-console
114114
115115 >>> user.organizations_managed
116116 ... ['20135c30-d486-4d68-993f-322b8acb51c4']
@@ -122,7 +122,7 @@ Returns a list of primary keys of organizations the user owns.
122122
123123Usage example:
124124
125- .. repl ::
125+ .. code-block :: python-console
126126
127127 >>> user.organizations_owned
128128 ... ['20135c30-d486-4d68-993f-322b8acb51c4']
You can’t perform that action at this time.
0 commit comments