#971 closed enhancement (fixed)
inspectdb command for SQLite should introspect field types
Reported by: | Adrian Holovaty | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | minor | 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
Right now, inspectdb for SQLite assumes TextField for everything. We can improve this.
Note:
See TracTickets
for help on using tickets.
(In [1518]) Fixed #971 -- inspectdb for SQLite now introspects field types.