I think it's esoteric enough that mentioning it in the docs doesn't seem like it's worth the distraction. But the wiki's, um, a wiki... so feel free to edit!
Jacob On Wed, Apr 3, 2013 at 9:07 AM, Felipe Prenholato <[email protected]> wrote: > Jacob, I know that Django don't refer to third party packages in docs, but > is possible to have something in doc or wiki (and doc linking to wiki) about > this url helper (and possible others)? I ask because I see functionality > proposed by this thread and by your app good enough to be cited in some > place close to official docs. > > Felipe 'chronos' Prenholato. > Linux User nÂș 405489 > Home page: http://devwithpassion.com | http://chronosbox.org/blog > GitHub: http://github.com/chronossc/ | Twitter: http://twitter.com/chronossc > > > 2013/4/2 Jacob Kaplan-Moss <[email protected]> >> >> On Tue, Apr 2, 2013 at 4:49 AM, David Danier <[email protected]> >> wrote: >> > This is somethign that does not need to be inside Django core. So why >> > not just start an thirt party app implementing the proposal? >> >> I did just that: https://pypi.python.org/pypi/django-multiurl. >> >> Turns out it takes a fair bit of spelunking inside the guts of the >> urlresolver, but ends up being a fairly short bit of code. Give it a >> shot, let me know if it works for your usecase(s). >> >> Jacob >> >> -- >> 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?hl=en. >> 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?hl=en. > 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
