Skip to content

Commit

Permalink
Merge dad35b0 into ccc537a
Browse files Browse the repository at this point in the history
  • Loading branch information
matllubos committed Aug 8, 2019
2 parents ccc537a + dad35b0 commit 8bd8ebb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions chamber/models/fields.py
Expand Up @@ -202,12 +202,6 @@ def formfield(self, **kwargs):
}
)

def deconstruct(self):
name, path, args, kwargs = super().deconstruct()
del kwargs['max_digits']
del kwargs['decimal_places']
return name, path, args, kwargs


class PositivePriceField(PriceField):

Expand Down

0 comments on commit 8bd8ebb

Please sign in to comment.