-try:
- # check for south
- from south.modelsinspector import add_introspection_rules
-
- add_introspection_rules([
- (
- [JSONField], # Class(es) these apply to
- [], # Positional arguments (not used)
- {}, # Keyword argument
- ), ], ["^catalogue\.fields\.JSONField"])
-except ImportError:
- pass
-