graphene-django-cud icon indicating copy to clipboard operation
graphene-django-cud copied to clipboard

many_to_many_extras not working for ArrayReferenceField (djongo)

Open nepAppHub opened this issue 4 years ago • 1 comments

Model: class Scholarship(models.Model): name = models.CharField(max_length=30)

class Student(models.Model): name = models.CharField(max_length=30) rollno = models.CharField(max_length=30) scholarships = models.ArrayReferenceField(Scholarship, on_delete=models.CASCADE)

nepAppHub avatar Jun 03 '20 18:06 nepAppHub

Noted. I'll try to get this fixed and released for 0.8.0.

tOgg1 avatar Sep 08 '20 05:09 tOgg1