Changeset - 2ec9449e38e7
[Not reviewed]
0 1 0
Patrick Altman - 9 years ago 2014-12-18 14:19:01
paltman@gmail.com
Not necessary
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion/proposals/models.py
Show inline comments
...
 
@@ -158,7 +158,6 @@ class AdditionalSpeaker(models.Model):
 
    status = models.IntegerField(choices=SPEAKING_STATUS, default=SPEAKING_STATUS_PENDING)
 

	
 
    class Meta:
 
        db_table = "proposals_proposalbase_additional_speakers"
 
        unique_together = ("speaker", "proposalbase")
 

	
 

	
0 comments (0 inline, 0 general)