Changes between Version 9 and Version 10 of MultipleColumnPrimaryKeys
- Timestamp:
- Apr 2, 2009, 4:30:20 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultipleColumnPrimaryKeys
v9 v10 5 5 = Current Status = 6 6 7 Current 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. 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. 7 8 8 Current 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. 9 Discussions: 10 * http://groups.google.com/group/django-developers/browse_thread/thread/eac7c296c3797f5a for David Cramer's initial patch 11 * http://groups.google.com/group/django-developers/browse_thread/thread/4b2370a0652d9135 for the composite foreign key API design 9 12 10 13 = Major Issues =