On Sun, Nov 21, 2010 at 2:59 PM, Frank <frank.villase...@gmail.com> wrote:

> It appears that at some where between development of 1.2.1 and 1.2.3,
> django.contrib.sitemaps becomes dependent on django.contrib.auth for
> unit tests.
>
> Since not all Django apps will use the auth system, I'm curious if
> that dependency should exist? I ask because I was going to file a
> report in trac but didn't want to re-hash that if it is known and
> accepted as appropriate.
>
> Furthermore, the docs do not note the dependency:
> http://docs.djangoproject.com/en/1.2/ref/contrib/sitemaps/
>
> I suppose this might not be the best place for this type of thing but
> thought I'd start here...
>
>
It's possible the problem you have found with 1.2.3 has already been fixed,
this search:

http://code.djangoproject.com/search?q=sitemaps+auth&noquickjump=1&ticket=on&changeset=on

shows some recent changes to the sitemaps tests to fix interdependency
problems.

If the problem you are seeing it not fixed in the current trunk (or 1.2.X
branch) level code then opening a ticket to report the problem would be a
good idea.

Karen
-- 
http://tracey.org/kmt/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to