> You could override Model.save() on the model you wish to calculate > fields for. This could populate the fields if they are not already > populated and the instance has a base adjective. >
I had thought of this possibilty, too. I would prefer it, because it is the simplest one. But I don't understand how to find out in the save() function if the admin has modified the field. If I don't know this, the field will get the default value every time an administrator saves the word. -- 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.