Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Nov 15, 2016
1 parent 1d51ca1 commit 0ab6d82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testapp/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class InheritorModel(AbstractModel):
class RevisionedModel(models.Model):
amount = MoneyField(max_digits=10, decimal_places=2, default_currency='USD')


reversion.register(RevisionedModel)


Expand Down

0 comments on commit 0ab6d82

Please sign in to comment.