Andrew Fricke
Results
2
issues of
Andrew Fricke
Once `include_fk` is set to `True` anywhere in the MRO of a schema, it cannot be disabled. As a workaround, it can be excluded (e.g. `exclude = ('author_id',)`). Minimal reproducible...
bug
Line #71 should be the following I believe. ``` python excludes.add(line.strip('\n')) ```