NWAWEL A IROUME

Results 4 comments of NWAWEL A IROUME
trafficstars

> [Release 3.0 (beta)](https://pypi.org/project/django-import-export/3.0.0b0/) is now available, so anyone who is hitting this issue is encouraged to test with v3.0-0-beta. I had a similar issue on django-import-export==2.8.0 'charmap' codec can't...

> ``` > python version 3.10.3 > django version 4.0.3 > graphene-django from main branch latest commit by date of posting(f6ec0689c18929344c79ae363d2e3d5628fa4a2d) > graphene_django_cud version 0.10.0 > ``` > > I...

> Hi I have these models > > ``` > class package(models.Model): > items = models.ManyToManyField('product.item', verbose_name=_("Items"), related_name="package_items") > > class item(models.Model): > products = models.ManyToManyField('product.product', verbose_name=_("Products"), null=True, blank=True) >...

exp > * **What is the current behavior?** > It breaks when a literal null value is provided to a nullable field argument > > ```python > from graphene import...