#33284: JSONFIeld decode error with Python 3.9 -------------------------------------+------------------------------------- Reporter: Alan D. Snow | Owner: nobody Type: Bug | Status: closed Component: Database layer | Version: 3.2 (models, ORM) | Severity: Normal | Resolution: duplicate Keywords: python, json | Triage Stage: | Unreviewed Has patch: 1 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 -------------------------------------+-------------------------------------
Comment (by Alan D. Snow): Is there something wrong with this? {{{ Table "public.table" Column | Type | Collation | Nullable | Default ------------------+--------------------------+-----------+----------+-------------------------------------------------------------- id | integer | | not null | nextval('table_id_seq'::regclass) metadata | jsonb | | not null | }}} -- Ticket URL: <https://code.djangoproject.com/ticket/33284#comment:7> 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 django-updates+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/066.bcf197b23df5f2c1451015371d409540%40djangoproject.com.