#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)
Note:
See TracTickets
for help on using tickets.
Please stop creating tickets without any details and follow our bug reporting guidelines next time.