Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 27, 2015
1 parent eeff2e3 commit 719ca4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@

setuptools.setup(
name = "appier_extras",
version = "0.4.5",
version = "0.4.6",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "Appier Framework Extra Elements",
Expand Down
3 changes: 2 additions & 1 deletion src/appier_extras/parts/admin/models/base.py
Expand Up @@ -52,7 +52,8 @@ class Base(appier.Model):
id = appier.field(
type = int,
index = True,
increment = True
increment = True,
safe = True
)

enabled = appier.field(
Expand Down

0 comments on commit 719ca4b

Please sign in to comment.