google-code-export / django-syncr

Automatically exported from code.google.com/p/django-syncr
0 stars 0 forks source link

Why syncr.youtube.models.Video model allows identical rows. Field video_id must be unique #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Why syncr.youtube.models.Video model allows identical rows. 

I think field 'video_id' must be unique and must be checking by this field 
before adding new row. 

Now as result it's possible to create identical rows for the same youtube 
videos. It's not good way of synchronization, I think.

Original issue reported on code.google.com by ramu...@gmail.com on 11 Oct 2010 at 4:47