Changes between Version 8 and Version 9 of MultipleColumnPrimaryKeys


Ignore:
Timestamp:
Apr 2, 2009, 4:26:09 PM (15 years ago)
Author:
Tobu
Comment:

Update status.

Legend:

Unmodified
Added
Removed
Modified
  • MultipleColumnPrimaryKeys

    v8 v9  
    66
    77
    8 Current state is that the issue is accepted/assigned and being worked on, but for a working implementation we have to wait until the queryset refactoring is done (see [http://code.djangoproject.com/ticket/373 Ticket 373: Add support for multiple-column primary keys]).
     8Current state is that the issue is accepted/assigned and being worked on, and there is a partial implementation at http://github.com/dcramer/django-compositepks (discussed at http://groups.google.com/group/django-developers/browse_thread/thread/4b2370a0652d9135 ). The implementation allows having composite primary keys. However, support for composite keys is missing in {{{ForeignKey}}} and {{{RelatedManager}}}. As a consequence, it isn't possible to navigate relationships from models that have a composite primary key.
    99
    1010= Major Issues =
Back to Top