Shen Li

Results 34 comments of Shen Li

In fact it also assumes the fk_obj is retrieved by pk, but it's not always the case. I guess the recommended action here is just to not use the auto...

@IvanGoncharov, Thank you for you reply! But both `execute` and `subscribe` calls `buildExecutionContext`, which validates and selects an operation from Document. And the signature of `getOperationRootType` is `(s: Schema, o:...

@IvanGoncharov , thanks again for you reply. `buildExecutionContext` is indeed very helpful. I think I'll use it for now.

请问有什么具体的问题?

@kenzie-wu 需要配置数据库,文档在 https://docs.djangoproject.com/en/1.11/ref/settings/ 这个项目没有测试,但是最新版 Django 应该是可以用的。另外尽量用 python3.

I think this is beyond the scope of this library as it stands now

@Jay54520 at least we should not automagically store account IDs, the only way I see this working is to add an option for users to explicitly say that they want...

I can see it working under `HuobiRestClient.__init__` Would be happy to see a PR :)

Thanks for the heads up. That's a good suggestion, I'll look into it later.

Hi @danihodovic , sorry but I'm not aware of a simple way to do this in Django admin. Looks like Django admin would always use the primary key to identify...