Skip to content

Commit

Permalink
tiny meta data type change
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 22, 2016
1 parent bc6a4a9 commit ce7077b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/budy/models/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class BudyAccount(appier_extras.admin.Account):
birth_date = appier.field(
type = int,
index = True,
meta = "datetime"
meta = "date"
)

country = appier.field(
Expand Down

0 comments on commit ce7077b

Please sign in to comment.