mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
458 B
458 B
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.