Thanks for your replies, It worked.
On Mar 8, 6:16 pm, Malcolm Tredinnick
wrote:
> On Sun, 2009-03-08 at 18:01 -0700, juanefren wrote:
> > Right I would mean 1.1 alpha. Looking with more details I found that
> > error only appears when I use my class __str__ method, for example in
> > my Address
On Sun, 2009-03-08 at 18:01 -0700, juanefren wrote:
> Right I would mean 1.1 alpha. Looking with more details I found that
> error only appears when I use my class __str__ method, for example in
> my Address Class I have
>
> class MyClass(models.Model):
> string1 = models.CharField(max_length
Right I would mean 1.1 alpha. Looking with more details I found that
error only appears when I use my class __str__ method, for example in
my Address Class I have
class MyClass(models.Model):
string1 = models.CharField(max_length = 100, null=True)
string2 = models.CharField(max_length = 1
On Sat, Mar 7, 2009 at 3:07 PM, juanefren wrote:
>
> I am using django 1.1 and MYSQL 5.0 with collation utf8_unicode_ci
>
Django 1.1 doesn't exist yet, so I guess you are either running 1.1 alpha1
or an SVN trunk checkout. I doubt the specific version really matters here
(since full unicode s
4 matches
Mail list logo