cannot add many projects to users in ADMIN

2010-07-12 Thread pROCKrammer
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

Django + Russian Charaters

2010-12-01 Thread pROCKrammer
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