#13908: contrib.sitemaps.view.index doesn't work in more than one location -------------------------------------------+-------------------------------- Reporter: palewire | Owner: nobody Status: new | Milestone: Component: Contrib apps | Version: 1.1 Keywords: sitemaps index pagination xml | Stage: Unreviewed Has_patch: 0 | -------------------------------------------+-------------------------------- The sitemaps app doesn't seem to allow "index" sitemaps with pagination in more than one location. For instance, if two different apps try to create an index site at two different urls, one set of urls will overwrite the other. I've created a demonstration app that shows the problem on Github. You can find it here. http://github.com/palewire/django-sitemaps-index-bug
Maybe it's a dumb idea to have two different sitemaps like that, but I'm not sure it's the intention of the app to act that way. If there's a way to override things and sort it out, allow me to apologize in advance. -- Ticket URL: <http://code.djangoproject.com/ticket/13908> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
