Skip to content

Commit

Permalink
[models] Removed reduntant "abstract = False" statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jan 27, 2017
1 parent 9844fa3 commit 429575f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions django_x509/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ class Ca(AbstractCa):
"""
Concrete Ca model
"""
class Meta(AbstractCa.Meta):
abstract = False


class Cert(AbstractCert):
"""
Concrete Cert model
"""
class Meta(AbstractCert.Meta):
abstract = False

0 comments on commit 429575f

Please sign in to comment.