Opened 9 years ago
Closed 9 years ago
#26910 closed Bug (duplicate)
JsonField dont generate by inspectdb command
| Reported by: | Yegor Kazantsev | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Management commands) | Version: | 1.9 |
| 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
In Django 1.9 anded new type of field JsonField but if try inspectdb with postgres 9.3 and column type json then generated model with TextField
I think need fis somewhere in django/django/db/backends/postgresql/introspection.py
Note:
See TracTickets
for help on using tickets.
Duplicate of #24928