> > from django.template.defaultfilters import slugify > > Every filter you see listed in > http://docs.djangoproject.com/en/dev/ref/templates/builtins/ lives in > django.template.defaultfilters.
Awesome! Thanks! And with that in hand, the only place I can find the string "django.template.defaultfilters" in the documentation is as a "Behind the Scenes" side-note to the "Custom Template Tags and Filters" page: http://docs.djangoproject.com/en/dev/howto/custom-template-tags/ Um, not exactly the obvious place to me. (How did you come to learn that this is where they were implemented?) And from a usability standpoint, I'm still going to have to go track down the sources to learn what that API signature actually looks like now. ... Except that I see a clear example given in http://gist.github.com/308068 now too! Most excellent! Thanks! jdl -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.