Skip to content

Commit

Permalink
enforce mptt 0.5.1, not 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Jan 9, 2012
1 parent 26e91fb commit 52f8918
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@
'django-classy-tags>=0.3.4.1',
'south>=0.7.2',
'html5lib',
'django-mptt==0.4.2',
'django-mptt==0.5.1',
'django-sekizai>=0.4.2',
],
packages=find_packages(exclude=["project","project.*"]),
Expand Down
2 changes: 1 addition & 1 deletion tests/buildout.cfg
Expand Up @@ -40,4 +40,4 @@ coverage = 3.4
unittest-xml-reporting = 1.0.3
django-reversion = 1.4
django = 1.2.5
django-mptt = 0.4.2
django-mptt = 0.5.1
2 changes: 1 addition & 1 deletion tests/django-12.cfg
Expand Up @@ -7,4 +7,4 @@ coverage = 3.4
unittest-xml-reporting = 1.0.3
django-reversion = 1.4
django = 1.2.5
django-mptt = 0.4.2
django-mptt = 0.5.1
2 changes: 1 addition & 1 deletion tests/django-13.cfg
Expand Up @@ -6,4 +6,4 @@ coverage = 3.4
unittest-xml-reporting = 1.0.3
django-reversion = 1.4
django = 1.3
django-mptt = 0.4.2
django-mptt = 0.5.1
2 changes: 1 addition & 1 deletion tests/django-trunk.cfg
Expand Up @@ -14,4 +14,4 @@ urls =
coverage = 3.4
unittest-xml-reporting = 1.0.3
django-reversion = 1.4
django-mptt = 0.4.2
django-mptt = 0.5.1

0 comments on commit 52f8918

Please sign in to comment.