Commit 13502c67 by Luke Plant

Get tests to run under Django 1.4 and 1.5, but without duplication on 1.6 and later

parent 57df9c4e
from .test_basic import * from __future__ import absolute_import
import django
if django.VERSION < (1, 6):
# New style autodiscovery of tests doesn't work for Django < 1.6,
# and we don't want to duplicate tests for Django >= 1.6
from .test_basic import *
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment