And get manage.py test working on 0.96, too...

- Legacy-Id: 1650
This commit is contained in:
Pasi Eronen 2009-08-13 20:44:52 +00:00
parent d9b136b38f
commit bae2b36d27

View file

@ -43,7 +43,7 @@ def test_django_foreignkey_patch():
def run_tests(module_list, verbosity=0, extra_tests=[], interactive=True):
test_django_foreignkey_patch()
if django.VERSION == 0:
if django.VERSION[0] == 0:
module_list.append(ietf.urls)
else:
pass