May I ask why you want to do that? Hyphens are preferred because of the way
search machines work.

You could override the save() method of your model and add self.page_slug =
slugify(page_title).replace('-','_'), I think.

Gr,
Zaheer

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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