Skip to content

Instantly share code, notes, and snippets.

@calston
Created April 10, 2013 07:56
Show Gist options
  • Save calston/5352673 to your computer and use it in GitHub Desktop.
Save calston/5352673 to your computer and use it in GitHub Desktop.
Milestone assignees are semantically confusing
diff --git a/central/projects/models.py b/central/projects/models.py
index a094fca..e99c24d 100644
--- a/central/projects/models.py
+++ b/central/projects/models.py
@@ -130,7 +130,6 @@ class PlanMilestone(models.Model):
created_by_user = models.ForeignKey(User,
related_name='MilestoneCreatedBy')
plan = models.ForeignKey(Plan)
- assignee = models.ForeignKey(User)
start_date = models.DateField()
due_date = models.DateField()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment