Skip to content

Commit

Permalink
#1 fix for NavBarEntry save method (applying patch)
Browse files Browse the repository at this point in the history
git-svn-id: http://django-navbar.googlecode.com/svn/trunk@5 40ae0140-9c48-0410-9b1c-13f58143d509
  • Loading branch information
doug.napoleone committed Apr 28, 2008
1 parent 00f44cd commit 21fa8b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified examples/examples.db
Binary file not shown.
2 changes: 1 addition & 1 deletion navbar/models.py
Expand Up @@ -111,7 +111,7 @@ def __unicode__(self):
def save(self):
cache.delete('site_navtree')
cache.delete('site_navtree_super')
return super(NavBarEntry, self).save(self)
return super(NavBarEntry, self).save()

def Qperm(user=None):
exQ = Q()
Expand Down

0 comments on commit 21fa8b2

Please sign in to comment.