#33086: ArrayField with UUIDField raises error on serialization with
"django.core.serializers.json"
-------------------------------------+-------------------------------------
     Reporter:  Anudeep Samaiya      |                    Owner:  Anudeep
                                     |  Samaiya
         Type:  Bug                  |                   Status:  closed
    Component:  contrib.postgres     |                  Version:  3.2
     Severity:  Normal               |               Resolution:  needsinfo
     Keywords:  postgres, json       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):

 * status:  assigned => closed
 * has_patch:  1 => 0
 * resolution:   => needsinfo
 * easy:  1 => 0


Comment:

 Thanks for this report, however serialization works for me with:
 - `uuid = models.UUIDField(default=uuid.uuid4)`
 - `array = ArrayField(models.UUIDField(), default=list)`
 - `nested_array = ArrayField(ArrayField(models.UUIDField()), null=True)`

 I don't think you've explained the issue in enough detail to confirm a bug
 in Django. Please reopen the ticket if you can debug your issue and
 provide details about why and where Django is at fault. If you're having
 trouble understanding how Django works, see
 TicketClosingReasons/UseSupportChannels for ways to get help.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33086#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/072.c57950d7d64616c1e91337b9766a835d%40djangoproject.com.

Reply via email to