mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-08 13:50:59 +00:00
commit
d51368cdc3
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from unittest import skip
|
||||
import django
|
||||
from django.core.exceptions import FieldError
|
||||
from django.test import TestCase
|
||||
|
|
@ -787,6 +787,7 @@ class InheritedModelTrackerTests(ModelTrackerTests):
|
|||
self.assertTrue(self.tracker.has_changed('name2'))
|
||||
|
||||
|
||||
class AbstractModelTrackerTests(FieldTrackerTestCase):
|
||||
@skip
|
||||
class AbstractModelTrackerTests(ModelTrackerTests):
|
||||
|
||||
tracked_class = TrackedAbstract
|
||||
|
|
|
|||
Loading…
Reference in a new issue