google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Photologue models are missing the tags field if syncdb is run without django-tagging installed. #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Photologue
2. Run manage.py syncdb
3. Navigate to the Photos or Galleries admin page.

What do you see instead?

"OperationalError at /admin/photologue/photo/
no such column: photologue_photo.tags"

This is fixed in trunk.

Original issue reported on code.google.com by justin.d...@gmail.com on 13 Mar 2008 at 8:50