On Thu, Jun 19, 2014 at 4:49 PM, G Z <[email protected]> wrote: > how do I deal with concatenated foreign keys to form a primary key how do i > even register that in the models.py?
i guess you mean composite keys. if so, then no; the Django ORM doesn't support composite primary keys. -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFkDaoQ-xWC7%2B6xBt5ojFFRPMas6GYEB6O_G3WLm9%3DHZ%3D6N_Nw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

