mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Fix South compatibility for AuditlogHistoryField
This commit is contained in:
parent
7501363487
commit
978e50fc35
1 changed files with 1 additions and 1 deletions
|
|
@ -181,6 +181,6 @@ class AuditlogHistoryField(generic.GenericRelation):
|
|||
# South compatibility for AuditlogHistoryField
|
||||
try:
|
||||
from south.modelsinspector import add_introspection_rules
|
||||
add_introspection_rules([], ["^southtut\.fields\.UpperCaseField"])
|
||||
add_introspection_rules([], ["^auditlog\.models\.AuditlogHistoryField"])
|
||||
except ImportError:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue