Skip to content

Commit

Permalink
Removed old South remainder
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Jan 12, 2019
1 parent c05b9d3 commit f35328e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tinymce/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
from django.db import models
from django.contrib.admin import widgets as admin_widgets
from tinymce import widgets as tinymce_widgets
try:
from south.modelsinspector import add_introspection_rules
add_introspection_rules([], ['^tinymce\.models\.HTMLField'])
except ImportError:
pass


class HTMLField(models.TextField):
Expand Down

0 comments on commit f35328e

Please sign in to comment.