Hi, I am getting such error while adding text with russian charaters
from the admin panel, Please help me
The Model is
class JobTitle (models.Model):
# Char Fields
title = models.CharField(max_length = 250)
def __unicode__(self):
return u'%s' % (self.title
I have two models: http://pastebin.com/pcf2ngdy
But in admin page i cant add more than one project to the user ...
could you help me ... please
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@go
2 matches
Mail list logo