You could even put such an `ALTER TABLE` statement in a `sql/
modelname.sql` file to be executed as initial SQL data as soon as the
table is created by `syncdb`.


On Apr 8, 11:40 pm, Thomas Guettler <h...@tbz-pariv.de> wrote:
> Hi,
>
> I once get BigInt working by a little "ALTER TABLE ... ALTER COLUMN" 
> statement.
> No code change for django was needed. But I have only done this once and this
> application does not exist any more.
>
> rah schrieb:
>
> > I am Rahul.using Django0.96 from last 3 years. We are using
> > BinInteger field in one of our models. For BigInt we have added a
> > patch in Django. But now we want to migrate .96 to 1.0.2 .
> > The same problem is there in 1.0.2 it does not support to BigInt
> > field .The patch for 0.96 is not working with 1.0.2. Is there any
> > patch for BigInt in Django 1.0.2.
>
> --
> Thomas Guettler,http://www.thomas-guettler.de/
> E-Mail: guettli (*) thomas-guettler + de
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to