Why couldn't both coexist, but be mutually exclusive? {% load firstapp.library as mylib %} {% load thislib thatlib theotherlib %}
The only thing that would prevent is the use of a library named "as" loaded in the second position, not a big deal. After all, we are already using "as" all over the place in template tags and it would be a logical, convenient extension of that idea. On 10/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > On Oct 22, 8:50 am, "Andrew Durdin" <[EMAIL PROTECTED]> wrote: > > On 10/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > > > > > Selfishly I would like to be able to do: > > > {% load firstapp.library as mylib %} > > > {{ context_var|mylib.myfilter }} > > > > I don't think this would play nicely with the existing {% load > > library1 library2 %} syntax. > > Rats, forgot about that one.. nevermind. > > -Doug > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---