bigint + postgre (+ south) lacks sequence for primary keys
Hi,
I have just migrated my project to Django 1.2.1 and changed some of
primary keys to big integers (id = models.BigIntegerField(primary_key
= True)). South migration (from scratch) went without any problems and
I have also bigint id fields created on my database.
The problem is that all my tests (related with models) crashed very
loudly, After some investigation I figured out that there are no
sequences created for my new id fields.
Is this a bug in Django? South? Or maybe I did something wrong in this
process?
My setup is:
Django 1.2.1
South 0.7.1
Postgre 8.3
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home