Skip to content

Commit

Permalink
- create a small class to avoid migrations errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Aug 9, 2015
1 parent 943eb2a commit 3cf3aa5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions custard/builder.py
Expand Up @@ -565,3 +565,9 @@ def save_model(self, request, obj, form, change):
form.save_custom_fields()

return CustomFieldModelBaseAdmin


#===============================================================================
# This class is an empty class to avoid migrations errors
class CustomModelMixin(object):
pass

0 comments on commit 3cf3aa5

Please sign in to comment.