Skip to content

Commit 599bfe4

Browse files
author
Rocky Meza
committed
Update Mezzanine to fix HistoryView reversing bug
There was an issue in Mezzanine that caused reversing the HistoryView to throw a big error. It was fixed in stephenmcd/mezzanine#1073
1 parent cd0eb0f commit 599bfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(fname):
1313

1414

1515
install_requires = [
16-
'mezzanine >= 1.3.0',
16+
'mezzanine >= 3.1.10',
1717
'django-treebeard',
1818
'django-filer>=0.9.6',
1919
'South',

0 commit comments

Comments
 (0)