I could be wrong but offhand to make a namespace package you're going to need to make a namespace package for everything above it.
So for a namespace at django.contrib.localflavor.* I *think* that django and django.contrib would both need to be namespace packages as well. If i'm right about that then https://github.com/django/django/blob/master/django/__init__.py will need to be moved to somewhere else as well. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.