line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.04k stars 150 forks source link

[BUGFIX] Fix for foreign key check regarding m2m #497

Closed kfdm closed 2 months ago

kfdm commented 2 months ago

Some of the behavior changed between Django 3.2 and 4.2 so we make a fix here to get around it. Also add the rule pk to the str for us to use while debugging