Skip to content

Commit

Permalink
better listing of countries
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 18, 2016
1 parent 0d1b793 commit ad18412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/budy/models/country.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
class Country(base.BudyBase):

name = appier.field(
index = True
index = True,
default = True
)

country_code = appier.field(
Expand Down

0 comments on commit ad18412

Please sign in to comment.