Deactivating the creation of object attributes from admin for now, until one can figure out how to handle this.

This commit is contained in:
Griatch 2011-11-13 18:49:04 +01:00
parent a60cd9bf1f
commit 4c0d4a0294

View file

@ -80,7 +80,7 @@ class ObjectDBAdmin(admin.ModelAdmin):
)
#deactivated temporarily, they cause empty objects to be created in admin
inlines = [AliasInline, ObjAttributeInline]
inlines = [AliasInline]#, ObjAttributeInline]
# Custom modification to give two different forms wether adding or not.