Opened 11 years ago
Closed 11 years ago
#23747 closed Uncategorized (duplicate)
models.AutoField creates ints rather than unsigned ints in mysql
| Reported by: | Paul Dejean | Owned by: | nobody |
|---|---|---|---|
| Component: | Migrations | Version: | 1.7 |
| 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
Auto increment fields should be unsigned ints. It's a lot more proper.
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
You may close the ticket then.
Note:
See TracTickets
for help on using tickets.
I think this is a duplicate of https://code.djangoproject.com/ticket/56.