good point.

i´d still appreciate some help with my initial question though.

thanks,
patrick


Am 24.02.2006 um 17:10 schrieb Amit Upadhyay:

On 2/24/06, va:patrick.kranzlmueller <[EMAIL PROTECTED]> wrote:
class Filmstarts(meta.Model):
     id = meta.AutoField('ID', primary_key=True)

Why are you doing this? Every model has a file named `id` if you do not specify any primary_key. If there is no strong reason to do it, consider removing this line, and recreating tables.


--
Amit Upadhyay
Blog: http://www.rootshell.be/~upadhyay
+91-9867-359-701

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to