google-code-export / django-syncr

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

No photoset_set entity for photo object #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sync a few photo's from Flickr that are in a set
2. Create a object for one of the photo's (p = 
Photo.objects.get(title='something'))
3. Try p.photoset_set.all()

What is the expected output? What do you see instead?
This should produce a list of photosets the photo is in, but instead you just 
get an error

What version of the product are you using? On what operating system?
The issue occurs both when using Django 1.0 or the latest nightly. Running with 
a mysql database and Syncr 0.41.

Please provide any additional information below.
I might just be stupid and mistaking here.

Original issue reported on code.google.com by tutorial...@gmail.com on 4 Jul 2010 at 11:05