Skip to content

Commit

Permalink
add block_type to the south introspection rules
Browse files Browse the repository at this point in the history
Conflicts:
	src/django_fields/fields.py
  • Loading branch information
defrex committed Jul 9, 2013
1 parent ec8b3e6 commit a453e61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/django_fields/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,12 @@ def formfield(self, **kwargs):
],
[],
{
<<<<<<< HEAD
'cipher':('cipher_type', {}),
=======
'cipher': ('cipher_type', {}),
'block_type': ('block_type', {}),
>>>>>>> f5ec63e... add block_type to the south introspection rules
},
),
], ["^django_fields\.fields\..+?Field"])
Expand Down

0 comments on commit a453e61

Please sign in to comment.