mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[py3k] Silence many warnings while running the tests.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from django.test import TestCase
|
||||
from django.db.models.signals import pre_save, post_save
|
||||
from django.test import TestCase
|
||||
|
||||
from .models import Person, Employee, ProxyEmployee, Profile, Account
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user