Skip to content

Commit

Permalink
Specify default value for journal in Nav meta.
Browse files Browse the repository at this point in the history
  • Loading branch information
lefterisnik committed Oct 27, 2017
1 parent 5372c4b commit c92a4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lather/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ class NavOptions(Options):
def __init__(self, meta=None):
super(NavOptions, self).__init__(meta)
self.manager = NavManager
self.journal = None


class BaseModel(type):
Expand Down

0 comments on commit c92a4b5

Please sign in to comment.