Skip to content

Commit

Permalink
dont index edits
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed May 7, 2017
1 parent bb8ee62 commit 3a08828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voseq/public_interface/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class Vouchers(TimeStampedModel):
voucher_locality = models.TextField(blank=True, db_index=True)
published_in = models.TextField(blank=True, null=True, db_index=True)
notes = models.TextField(blank=True, null=True, db_index=True)
edits = models.TextField(blank=True, null=True, db_index=True)
edits = models.TextField(blank=True, null=True)
latest_editor = models.TextField(blank=True, null=True, db_index=True)
hostorg = models.TextField(help_text="Hostplant or other host.", blank=True, db_index=True)
sex = models.CharField(max_length=100, choices=SEX_CHOICES, blank=True, db_index=True)
Expand Down

0 comments on commit 3a08828

Please sign in to comment.