mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
22 lines
458 B
Markdown
22 lines
458 B
Markdown
Generated from request.py on 2023-04-12 10:09:44.563425
|
|
|
|
# peeringdb_server.request
|
|
|
|
Django HTTPRequest utilities.
|
|
|
|
# Functions
|
|
---
|
|
|
|
## bypass_validation
|
|
`def bypass_validation(request=None, check_admin=False)`
|
|
|
|
Return whether the specified request is to bypass
|
|
certain data quality validations. (#741)
|
|
|
|
If not request is passed, attempt to get
|
|
the current request from the current request
|
|
context.
|
|
|
|
If no request can be obtained this will return False.
|
|
|
|
--- |