hi

I have a problem - there is a model called Player with first_name and 
last_name. There is a unique_together constraint on first_name and last_name. 
However I find that the people doing data entry have been entering things like 
Ram Sharan and RAM SHARAN which are two different names. Of course I can 
prevent future mistakes by adding validation, but now I am faced with the 
problem of merging these records - any suggestions on how to do this? Flow 
would be:
1. select duplicate names
2. shift all records of the duplicate to the original
3. delete the duplicate.
-- 
Regards
Kenneth Gonsalves
Senior Associate
NRC-FOSS at AU-KBC

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