diff options
Diffstat (limited to 'python/Dawn')
| -rw-r--r-- | python/Dawn/views.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py index 3176d834..77f90acc 100644 --- a/python/Dawn/views.py +++ b/python/Dawn/views.py @@ -182,14 +182,7 @@ class CapFloorForm(ModelForm): class Meta: model = CapFloorDeal include_foreign_keys = True - exclude = [ - "dealid", - "lastupdate", - "termination_fee", - "termination_amount", - "termination_cp", - "termination_date", - ] + exclude = ["dealid", "lastupdate"] def get_deal(kind): |
