Opened 5 months ago

Closed 5 months ago

Last modified 5 months ago

#35068 closed Uncategorized (invalid)

decimal as Float in settings

Reported by: Петр Eлагин Owned by: nobody
Component: Uncategorized 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

from psycopg.types.numeric import FloatLoader

site-packages/django/db/backends/postgresql/psycopg_any.py

line 63:

ctx.register_loader("numeric", FloatLoader)

Change History (1)

comment:1 by Mariusz Felisiak, 5 months ago

Resolution: invalid
Status: newclosed

Please stop creating tickets without any details and follow our bug reporting guidelines next time.

Last edited 5 months ago by Mariusz Felisiak (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top