Opened 10 months ago
Closed 10 months ago
#35067 closed Uncategorized (duplicate)
jsonb register
Reported by: | Петр Eлагин | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 5.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
file: site-packages/django/db/backends/postgresql/psycopg_any.py: 61
ctx.register_loader("jsonb", TextLoader)
i need comment this, if use RAW queries all jsonb field go as str (((((
its not normal
Change History (1)
comment:1 by , 10 months ago
Component: | Uncategorized → Database layer (models, ORM) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #31991.