[Fixed]-Dealing with self-referential foreign keys; django mixer

1👍

Try adding null=True to the declaration of the parent field. There has to be at least one top-level ItemGroup that won’t have a parent.

Leave a comment