Open GoogleCodeExporter opened 9 years ago
Thanks for the report Richard, but I cannot reproduce this bug. In r55 I have
restructured the tests to try to reproduce the conditions you described, but
all the
tests still pass.
I'm closing as invalid. But if you still have problems with that, please
re-open this
ticket with a precise description of how to reproduce this bug. Thank you.
Original comment by jpha...@gmail.com
on 6 Dec 2009 at 5:40
Hi again,
I've dug deeper into this bug to find the exact condition that reproduces it.
Attached to this post is a diff that creates a new app called 'temp'; this is
basically a copy-and-paste of the example code from MANUAL.txt.
It creates a new model AND the admin to go with it.
If you plug this example app into a project (and add it to INSTALLED_APPS) you
should
be able to reproduce the bug... hopefully!
I've found that the source of the bug is the line "inlines =
[MenuItemExtensionInline,]", although I don't know *why* it's a problem :-(
Original comment by richardb...@gmail.com
on 9 Dec 2009 at 3:57
Attachments:
I think it should be fixed in r58. Try again with the latest development
version and
see if that fixes your problem. Thanks!
Original comment by jpha...@gmail.com
on 12 Dec 2009 at 9:08
Hi again,
Tried r58 but it has not fixed the problem. Sorry :-(
Original comment by richardb...@gmail.com
on 14 Dec 2009 at 12:26
Ok, I'm reopening. I'll take a look at it when I find the time. Thanks.
Original comment by jpha...@gmail.com
on 14 Dec 2009 at 8:35
Yes, I could reproduce the issue. The problem is that the tests we written with
the assumption there wouldn't be any extension inlines. I'm not sure exactly
how to fix this, but I'll keep investigating. Any suggestion would be welcome.
BTW, the project is now on github: http://github.com/jphalip/django-treemenus
Thanks!
Original comment by jpha...@gmail.com
on 9 Oct 2010 at 2:04
Original issue reported on code.google.com by
richardb...@gmail.com
on 4 Oct 2009 at 8:22Attachments: