google-code-export / django-syncr

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

invalid tag_list in admin of flickr #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. include 'syncr.flickr' in the proyect 
2. do a syncdb
3. enter the admin panel

What is the expected output? What do you see instead?
ImproperlyConfigured at /admin/

PhotoAdmin.list_display[5], 'tag_list' is not a callable or an attribute of
'PhotoAdmin' or found in the model 'Photo'.

What version of the product are you using? On what operating system?
0.41. linux gentoo running python 2.6

Please provide any additional information below.
fixed changing "tag_list" to "tags"

Original issue reported on code.google.com by rei...@gmail.com on 1 Apr 2010 at 10:01