Hi, I have a model with a char field. All data saved in database in that field is a valid slug. Now I want to add this model a slug field, and copy all data from char fields to slug fields like so:
Table before change: text = thisisavalidslug(char field) Table after change: text=thisisavalidslug(char field) slug=thisisavalidslug(slug field) Then later, I will change all char field manually to be more human readable with non-ascii letters and spaces. I just have like 10 items. -- http://yasar.serveblog.net/ -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.