Deployed 249fb47 with MkDocs version: 1.6.0

This commit is contained in:
2026-01-24 14:33:27 +00:00
parent 3bb69d8fb8
commit 96585a157f
2 changed files with 3 additions and 2 deletions

View File

@ -661,7 +661,8 @@ class ExampleView(APIView):
</code></pre>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Composition of permissions supports <code>&amp;</code> (and), <code>|</code> (or) and <code>~</code> (not) operators.</p>
<p>Composition of permissions supports the <code>&amp;</code> (and), <code>|</code> (or) and <code>~</code> (not) operators, and also allows the use of brackets <code>(</code> <code>)</code> to group expressions.</p>
<p>Operators follow the same precedence and associativity rules as standard logical operators (<code>~</code> highest, then <code>&amp;</code>, then <code>|</code>).</p>
</div>
<h1 id="api-reference"><a class="toclink" href="#api-reference">API Reference</a></h1>
<h2 id="allowany"><a class="toclink" href="#allowany">AllowAny</a></h2>

File diff suppressed because one or more lines are too long