Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Update contributions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 6, 2015
1 parent 34ce61c commit 8bda8d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions calaccess_campaign_browser/models/contributions.py
Expand Up @@ -26,6 +26,8 @@ class Contribution(BaseModel):
backreference_transaction_id = models.CharField(
'backreference transaction ID',
max_length=20,
blank=True,
default='',
db_index=True
)
is_crossreference = models.CharField(max_length=1, blank=True)
Expand Down

1 comment on commit 8bda8d1

@palewire
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intended to take another stab at @danhillreports' problems in #132

Please sign in to comment.