Skip to content

Commit

Permalink
fix mptt to 0.4.2, since 0.5 breaks all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Obrist committed Oct 30, 2011
1 parent 77edaaa commit 7664c33
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
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.4.2',
'django-sekizai>=0.4.2',
],
packages=find_packages(exclude=["project","project.*"]),
Expand Down
1 change: 1 addition & 0 deletions tests/buildout.cfg
Expand Up @@ -40,3 +40,4 @@ coverage = 3.4
unittest-xml-reporting = 1.0.3
django-reversion = 1.4
django = 1.2.5
django-mptt = 0.4.2
1 change: 1 addition & 0 deletions tests/django-12.cfg
Expand Up @@ -7,3 +7,4 @@ coverage = 3.4
unittest-xml-reporting = 1.0.3
django-reversion = 1.4
django = 1.2.5
django-mptt = 0.4.2
1 change: 1 addition & 0 deletions tests/django-13.cfg
Expand Up @@ -6,3 +6,4 @@ coverage = 3.4
unittest-xml-reporting = 1.0.3
django-reversion = 1.4
django = 1.3
django-mptt = 0.4.2
1 change: 1 addition & 0 deletions tests/django-trunk.cfg
Expand Up @@ -14,3 +14,4 @@ urls =
coverage = 3.4
unittest-xml-reporting = 1.0.3
django-reversion = 1.4
django-mptt = 0.4.2

0 comments on commit 7664c33

Please sign in to comment.