mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-02-05 06:49:38 +03:00
Deployed 249fb47 with MkDocs version: 1.6.0
This commit is contained in:
parent
3bb69d8fb8
commit
96585a157f
|
|
@ -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>&</code> (and), <code>|</code> (or) and <code>~</code> (not) operators.</p>
|
||||
<p>Composition of permissions supports the <code>&</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>&</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
Loading…
Reference in New Issue
Block a user