mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Fix DeprecationWarning ('warn')
This commit is contained in:
@@ -182,7 +182,7 @@ class BaseIngestAPIView(View):
|
||||
try:
|
||||
validate()
|
||||
except ValidationError as e:
|
||||
logger.warn("event data validation failed: %s", e)
|
||||
logger.warning("event data validation failed: %s", e)
|
||||
|
||||
@classmethod
|
||||
@immediate_atomic()
|
||||
|
||||
Reference in New Issue
Block a user