Skip to content

Commit

Permalink
Merge pull request #55 from IDCubed/master
Browse files Browse the repository at this point in the history
add admin ui support for constance keys as lists
  • Loading branch information
jezdez committed Apr 22, 2014
2 parents 68f1eab + cd3e845 commit 72fb154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constance/admin.py
Expand Up @@ -37,6 +37,7 @@
int: INTEGER_LIKE,
Decimal: (fields.DecimalField, {'widget': NUMERIC_WIDGET}),
str: STRING_LIKE,
list: STRING_LIKE,
datetime: (fields.DateTimeField, {'widget': widgets.AdminSplitDateTime}),
date: (fields.DateField, {'widget': widgets.AdminDateWidget}),
time: (fields.TimeField, {'widget': widgets.AdminTimeWidget}),
Expand Down

0 comments on commit 72fb154

Please sign in to comment.