mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
no need to fetch all attributes on each save!
This commit is contained in:
parent
27c2121754
commit
1ac549409a
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class EntityManager(models.Manager):
|
|||
if not config_cls or config_cls.manager_only:
|
||||
return super(EntityManager, self).create(**kwargs)
|
||||
|
||||
attributes = config_cls.get_attributes()
|
||||
#attributes = config_cls.get_attributes()
|
||||
prefix = '%s__' % config_cls.eav_attr
|
||||
|
||||
new_kwargs = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue