Changes between Initial Version and Version 2 of Ticket #30388
- Timestamp:
- Apr 23, 2019, 1:28:04 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30388
- Property Has patch set
- Property Triage Stage Unreviewed → Accepted
- Property Summary inspectdb generates W342 emitting code → inspectdb generates unique ForeignKey instead of OneToOneField.
- Property Version 2.2 → master
-
Ticket #30388 – Description
initial v2 1 inspectdb generates code that results in W342 warnings. Will attach a fix. 2 3 No release note yet, will add one once I get information which branch this will be applied to. 1 inspectdb generates unique `ForeignKey` instead of `OneToOneField` that caused raising `fields.W342` warnings.