Issue 94: Revision 1091 causes table error - Caught an exception while
rendering: (1146, "Table 'pinax.photos_image' doesn't exist")
http://code.google.com/p/django-hotclub/issues/detail?id=94
New issue report by [EMAIL PROTECTED]:
What steps will reproduce the problem?
1. Go to /profiles/adam where 'adam' is the user
What is the expected output? What do you see instead?
I see Caught an exception while rendering: (1146, "Table
'pinax.photos_image' doesn't exist").
What version of the product are you using? On what operating system?
Django 1.0, Fedora 8, Mysql 5.0, Python 2.5.2
Please provide any additional information below.
Revision 1091 causes this I'm pretty sure:
------------
[EMAIL PROTECTED] profiles]# svn diff -r 1090:1091
Index: views.py
===================================================================
--- views.py (revision 1090)
+++ views.py (revision 1091)
@@ -8,7 +8,7 @@
from friends.forms import InviteFriendForm
from friends.models import FriendshipInvitation, Friendship
-from photos.models import Photos
+from photos.models import Image
from zwitschern.models import Following
[EMAIL PROTECTED] profiles]#
----------
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---