mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
This commit is contained in:
parent
6015bab80e
commit
14459f80ee
193 changed files with 5797 additions and 4481 deletions
|
@ -67,6 +67,7 @@ Adds a few conveniences for perfectionists:
|
|||
|
||||
from django.views.decorators.common import no_append_slash
|
||||
|
||||
|
||||
@no_append_slash
|
||||
def sensitive_fbv(request, *args, **kwargs):
|
||||
"""View to be excluded from APPEND_SLASH."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue