My guess is that Django is doing some normalization on the name you are importing. It does this to prevent double imports, for example importing 'projectname.appname' and 'appname' which would otherwise be considered separate modules even if they come from the same source.
Just a theory, but it explains the behavior you are seeing if you are importing a different name when you do the native import.
Best,
Alex Ogier
--
You received this message because you are subscribed to the Google Groups "Django developers" group.
To post to this group, send email to django-d...@googlegroups.com.
To unsubscribe from this group, send email to django-develop...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.