> That's one good reason why it's not needed in core. If you need it and > you understand the trade-offs and consequences, you can implement it > immediately with no break in the flow. Django's supported third-party > template tags since day 1 (and even earlier). :-)
It's always bad idea to extend somebodies tool because when you wanted to update current version with latest you can be in trouble. Latest doesn't always support previous. i.e. Django 1.0 uses Variable class to process variable from template but 0.96 uses plain function resolve_variable() which is deprecated in 1.0. Zinovii --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users?hl=en -~----------~----~----~----~------~----~------~--~---