From 16ed6a337e9b15038190693ce1290a7f06963eca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Thu, 16 Mar 2017 22:33:30 +0100
Subject: [PATCH] correct multitable inheritance for proteindomaincomplex
 classes

---
 ippisite/ippidb/models.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ippisite/ippidb/models.py b/ippisite/ippidb/models.py
index ae2a7f35..79b3f7ff 100644
--- a/ippisite/ippidb/models.py
+++ b/ippisite/ippidb/models.py
@@ -87,9 +87,7 @@ class ProteinDomainComplex(models.Model):
     
     class Meta:
         verbose_name_plural = "complexes"
-        abstract = True
 
-#TEST inheritance for complex: BoundComplex and PartnerComplex
 class ProteinDomainBoundComplex(ProteinDomainComplex):
     ppp_copy_nb_per_p = models.IntegerField('Number of copies of the protein in the pocket')
     pockets_nb = models.IntegerField('Total number of pockets in the complex')
-- 
GitLab