On Wed, Jun 3, 2009 at 1:06 AM, Jaime Casanova <jcasa...@systemguards.com.ec
> wrote:

>
> Hi,
>
> I have an existing database, and want to create an application using
> django to administer it...
> I am creating the model classes but there are tables with more than
> one field in the pk. so the question is: if i don't define a pk for an
> existing table, there will be problems in the application? for example
> when deciding if a save() should be an insert or an update?
>
> --
> Atentamente,
> Jaime Casanova
> Soporte y capacitación de PostgreSQL
> Asesoría y desarrollo de sistemas
> Guayaquil - Ecuador
> Cel. +59387171157
>
> >
>
Django does not currently support multiple column primary keys, see:
http://code.djangoproject.com/ticket/373

Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to