I have a weblog that I am creating and it has a table with fields
called title and url_name.  I would like to make it possible for the
user to simply enter the title of the blog and then django would auto
format the url_name for me based off of the title. ex. - title = My
First Blog -->gets translated to --> url_name = my_first_blog.  I
recall something called _post_save(self): which is defined in your
models class but I am not sure how that would work for what I am
doing.  Anyone have any suggestions? or better way of doing this?


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