We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46f6053 + 39ec4ea commit c0f04b5Copy full SHA for c0f04b5
django_prometheus/models.py
@@ -50,4 +50,5 @@ def delete(self, *args, **kwargs):
50
model_deletes.labels(model_name).inc()
51
return super().delete(*args, **kwargs)
52
53
+ Mixin.__qualname__ = f"ExportModelOperationsMixin('{model_name}')"
54
return Mixin
0 commit comments