Martin Maillard
Martin Maillard
The "scripts" directory is currently not published with the tracer package on hex.pm.
I have something similar to the following situation: ``` A ------- B / \ B1 B2 ------- C ``` In code: ``` class A(models.Model): pass class B(polymorphic.PolymorphicModel): a = models.ForeignKey(A)...
Provide a way to know which quads were visited during the validation process.
### Describe the bug When using `deliver_many`, `assert_no_email_sent` and `refute_email_sent` do not raise `AssertionError` ### Steps to Reproduce the Bug or Issue Here are test cases that can be added...