Tag Archives: composite keys

Adding Composite Primary Keys to Django

Composite primary keys are great and relating two records together is best done using them. Adding another field just to identify the relationship makes the table un-normalized (that isn’t a word is it?) and we all want our tables normalized … Continue reading

Posted in Code | Tagged , , | Leave a comment