On Apr 11, 11:47 am, mrts <m
...@mrts.pri.ee> wrote:
> As double imports should be considered harmful, I'd rather see a
> better warning there, in the lines of ""The model Foo is already
> registered. This can be caused by a double import, see docs/bar.txt
> for ways to avoid it."
Just wondering: why exactly should double imports be "considered
harmful"? If the framework detects them and silently ensures that Bad
Things Don't Happen, then they aren't harmful, and it's one less
finicky little detail to bog one down hunting all over for the source
of the problem.