[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove South migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed May 20, 2024
1 parent 422fc71 commit 8094d36
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions multiselectfield/db/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,3 @@ def get_display(obj):

setattr(cls, 'get_%s_list' % self.name, get_list)
setattr(cls, 'get_%s_display' % self.name, get_display)


try:
from south.modelsinspector import add_introspection_rules
add_introspection_rules([], ['^multiselectfield\.db.fields\.MultiSelectField'])
except ImportError:
pass

0 comments on commit 8094d36

Please sign in to comment.