Opened 9 years ago
Closed 9 years ago
#25305 closed New feature (duplicate)
BIGINT auto field and related
Reported by: | Bogdan Blidarescu | Owned by: | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.8 |
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
Hello,
It would be great if Django would support out of the box unsigned BIGINT (for MySQL) auto field for pk on models and also on related fields. Found a workaround that enables only pk and foreign key fields to be bigint, but not many to many field or other relations.
This is really breaking stuff, I am working with a legacy database and cannot change into normal int. The application is a large scale photo sharing app and this is very important to us.
Thank you
Change History (1)
comment:1 by , 9 years ago
Resolution: | → duplicate |
---|---|
Severity: | Release blocker → Normal |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #14286