I am having some problems with the admin foreign key fields. The "+"
link leads to incorrect urls for adding new foreign keys. This happens
in nearly all instances in admin, such as the group foreign key in the
Django User model. Here is what the + link provides:
"http://example1.com/admin/auth/user/5/Noneauth/group/add/";

I have another Django project on the same server, using the same
version of Django, and the links look fine:
"http://example2.com/admin/auth/group/add/";

Does anyone recognize this issue, and what I may have done to allow
these links to be generated poorly?

-- 
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