Django 1.9 has the option to add templates tags to the builtins using the 
TEMPLATES setting, so it wouldn't be difficult to publish a third-party app 
with the legacy tags and document how to use it in legacy projects that 
have difficulty updating:

OPTIONS={
    'builtins': ['ifequal.tags'],
}

On Friday, August 7, 2015 at 3:06:42 AM UTC-4, Aymeric Augustin wrote:
>
> > On 7 août 2015, at 05:43, Curtis Maloney <cur...@acommoncreative.com 
> <javascript:>> wrote: 
> > 
> > I'd probably go with updating the documentation to say they're legacy 
> > tags, you're better off using {% if %} now, and warn they may be 
> > removed in a later release. 
>
> This is my inclination as well. Then we can revisit the topic in a few 
> years :-) 
>
> -- 
> Aymeric. 
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
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/37cd1da2-6fa7-4a79-a8c4-a9292e063ef5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to