Hmm, I still find it confusing. I have used namespaced urls when making a
reusable app, by using reverse('<mycoolappname>:<urlname>"), but that does
enforce someone to use the correct application namespace when including my
app. I think this look more logical than prefixing all my urlnames with
'<mycoolappname>_'. Is this the right usage?Tino On Fri, Nov 22, 2013 at 2:18 PM, German Larrain <[email protected]>wrote: > On Thursday, November 14, 2013 12:55:32 PM UTC-3, Amirouche Boubekki wrote: >>> >>> >>> 2013/11/14 Florian Apolloner <[email protected]> >>> >>> We might have to fix the docs there :) >>>> >>> >>> It's was fixed somewhat [1]. ... >>> >> >> > > I think Florian refers to other part, which is indeed wrong. I just > submitted a ticket <https://code.djangoproject.com/ticket/21490> with > patch for that. > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/4d5401e6-0870-4a2c-a29a-9890ab6e5066%40googlegroups.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CANQFsQBf6EErh7PYEGqWBoUHEzGbgTD3Li-LGS%3Dg1e6sPObhSQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
