Skip to content

Commit

Permalink
Made tests run on 1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinwahl authored and Rocky Meza committed Aug 16, 2014
1 parent e911061 commit 225e89f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@

from django.core.management import execute_from_command_line

from django.contrib.auth.tests import custom_user
custom_user.AbstractUser._meta.local_many_to_many = []
custom_user.PermissionsMixin._meta.local_many_to_many = []

execute_from_command_line(sys.argv)

0 comments on commit 225e89f

Please sign in to comment.