uncle
uncle
> 这个国标没更新,像北交所对应的后缀是啥? 有GB/T23696-2017 完整的Operating MIC代码 BJSE : BEIJING STOCK EXCHANGE CCFX : CHINA FINANCIAL FUTURES EXCHANGE CSSX : CHINA STAINLESS STEEL EXCHANGE GSXC : GSX CHINA NEEQ : NATIONAL EQUITIES...
As a workaround, I fall back the version to djongo 1.2.38 with rest_meets_djongo 0.0.11 with a patch for lookup to resolve filter issue ```python from django.db.models import Model from django.db.models.lookups...
the issue was triggered when insert data for nested model. File "D:\dev\virtualenvs\apienv\lib\site-packages\djongo\models\fields.py", line 139, in _value_thru_fields **field_value = value[field.attname]** TypeError: 'Note' object is not subscriptable Value is assigned as a...
> I made a workaround, I had added the following code in my abstract model. I your case, the note model. > > https://stackoverflow.com/questions/216972/what-does-it-mean-if-a-python-object-is-subscriptable-or-not > > ```python > class Note(models.Model):...
> from parallel import ParallemTqdm Could you share the package of parallel? I can't find the right one in https://pypi.org/ @tsvikas