Closed stringfellow closed 9 years ago
It's clearly a bug. Have a proposed resolution?
Not as yet... sorry, I haven't had time to look at it. A workaround is to create the object with an empty data dict and then add the values per key (i.e. x.data['mykey'] = someval
), but isn't ideal
Repository health decreased by 0.09% when pulling 49067d4 on stringfellow:bug/create-with-dict into 4c500a8 on djangonauts:master.
@stringfellow should be fixed
Opened to expose issue (#111) Not sure what's going on here; the
create()
call with a model that uses a slug for a primary key has issues with the dictionary...