Bug #134
entity_class_prepared should not provide any args.
| Status: | New | Start date: | 05/10/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Core | |||
| Target version: | - |
Description
Currently, the entity_class_prepared signal purports to send a "class" argument. However, no such argument is supplied or needed, since the class is already available as the signal sender. Interestingly, django's class_prepared signal has the same issue; however, I don't think that is a reason for us to do so as well.