On Aug 18, 4:05 pm, zdmytriv <[EMAIL PROTECTED]> wrote: > 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
That system will not go through any such changes in the foreseeable future, because that would be a backwards-incompatible change, which the developers have committed to avoiding. There is a whole system geared specifically towards custom template tags, so there is no need to hack away at it and there is no danger of your code becoming useless 2 weeks from now. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---