On 9/19/07, Frank Peterson <[EMAIL PROTECTED]> wrote:
>
> I looked over the docs
> http://www.djangoproject.com/documentation/0_91/templates/
>
> but the closest thing was SPACELESS
>
> I tried to use it like this:
> {% block data %}{% spaceless %}{{ story.tease }}{% endspaceless %}{%
> endblock %}
>
> But it didnt work.

First off - you're going to need to help us out a bit:

- What does a TRIM filter do? Perhaps it change the colour of the trim
on your website?

- Why doesn't SPACELESS 'work'? It works fine for me, and there are an
extensive set of tests that demonstrate all the ways it works. What
should it be doing that it isn't doing?

Secondly - Django 0.91 is extremely old; I _really_ wouldn't recommend
building new sites on this version if you can possibly avoid doing so.
If there _was_ a problem with SPACELESS in v0.91, it has almost
certainly been fixed in the two years since 0.91 was released; if it
hasn't been fixed, we won't be making a point release of 0.91 to
include the change.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to