Closed GoogleCodeExporter closed 9 years ago
> 1. add simple (rst) article in admin
This seeems like a wikiapp issue. The Article.get_absolute_url() must be the
culprit.
The url '/admin/r/36/1/'dont make much sense to me. I'd like to know what
content_type/object_id you gave as the article group.
I dont have a copy of pinax at work, so it'll have to wait a little. If someone
want
to take a look at it, it would be more than welcome.
Thanks for the report!
Original comment by eduardo....@gmail.com
on 7 Oct 2008 at 12:22
<quote>
I'd like to know what content_type/object_id you gave as the article group.
</quote>
I used 'Article' as the content-type.
Sincerely,
Gour
Original comment by ggd...@gmail.com
on 7 Oct 2008 at 1:33
Ok. That would explain it all. I tried to help out Gour in #pinax and wasn't
able to find the root cause of his
problem. By telling us you explicitly set the content type to Article explains
why the recursion is happening. I am
marking invalid because this shouldn't have been reported here. This is a
situation where you just don't do that
:) It may be worth it to remove article content type from the drop-down to
prevent this in the future, but ultimately lets report bugs to the right apps :)
Original comment by bros...@gmail.com
on 7 Oct 2008 at 4:01
brosner is right, the right place for this report should be the wikiapp issue
tracker:
http://code.google.com/p/django-wikiapp/issues/list
And yes, you cant a set Article as the article group. Just leave
content_type/object_id blank if you want a 'top-level' wiki article.
Original comment by eduardo....@gmail.com
on 7 Oct 2008 at 4:10
Original issue reported on code.google.com by
ggd...@gmail.com
on 7 Oct 2008 at 9:43Attachments: