uber / charlatan

A Python library to efficiently manage and install database fixtures
https://charlatan.readthedocs.org/en/latest/
Other
89 stars 12 forks source link

Allow depend_on for collections #59

Open samjetski opened 8 years ago

samjetski commented 8 years ago

Currently depend_on appears to be ignored on collections.

I can't see how to use depend_on for either the parent collection or the child objects. Ideally I'd like the whole collection to depend on another collection.