Speaking of the ways in which a namespace can be specified or provided, #11642 might be relevant here.
http://code.djangoproject.com/ticket/11642 It feels a little cumbersome to me to require users to either manually specify a namespace or import a different object (than just the usual urls module) which includes an embedded namespace. The attached patch allows app authors to specify an "app_name" in their urls module which will be used as the default app_name and namespace if none are specified in the users urls module. The user can still specify their own namespace or tuple with embedded namespace. Cheers. Tai. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
