I receive
'Manager' object has no attribute 'get_or_create'

I keep on getting this error in this code:
try:
   desc = 'blabla'
   t, created = Text.objects.get_or_create(tag=desc)
except Exception, e:
   str(e)
i am using the development version and maybe thats the reason for the
error


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to