We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c2121 commit 1ac5494Copy full SHA for 1ac5494
1 file changed
eav/managers.py
@@ -161,7 +161,7 @@ def create(self, **kwargs):
161
if not config_cls or config_cls.manager_only:
162
return super(EntityManager, self).create(**kwargs)
163
164
- attributes = config_cls.get_attributes()
+ #attributes = config_cls.get_attributes()
165
prefix = '%s__' % config_cls.eav_attr
166
167
new_kwargs = {}
0 commit comments