Big thanks for the reply.

I already have a custom save method on the Catagory for slugs so it'll
be easy enough to create a path.

I may not understand the suggested implementation very well but it
sounds like I may not have to do a split at all if I store the
sluggified path then I think all I should have to do is query on that?

I'll give it a try and try to post what I've come up with back here so
others can reference it.  Thanks again.

On Apr 7, 8:34 pm, Tim Shaffer <t...@tim-shaffer.com> wrote:
> Oh, check out the Category class from django-simplecms. It implements
> the first method.
>
> Specifically, check out the save() method that builds the path based
> on all the parent categories if it doesn't exist.
>
> http://code.google.com/p/django-simplecms/source/browse/trunk/simplec...

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

Reply via email to