Changes between Initial Version and Version 3 of Ticket #32234
- Timestamp:
- Dec 1, 2020, 4:52:22 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32234
- Property Easy pickings unset
- Property Has patch set
- Property Patch needs improvement set
- Property Needs tests set
- Property Owner changed from to
- Property Triage Stage Unreviewed → Accepted
- Property Status new → assigned
- Property Component Database layer (models, ORM) → Core (Management commands)
- Property Summary Add warning when multiple-column primary keys are found when using inspectdb → inspectdb should inform about composite keys.
- Property Type New feature → Cleanup/optimization
-
Ticket #32234 – Description
initial v3 1 1 Since django does not support multiple multiple-column primary keys, there should be a warning that the inspectdb result does not match exactly the database 2 3 [https://github.com/django/django/pull/13736 PR]