Opened 9 years ago

Closed 9 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 Peter Inglesby, 9 years ago

I think this is a duplicate of https://code.djangoproject.com/ticket/56.

comment:2 by Tim Graham, 9 years ago

Resolution: duplicate
Status: newclosed

You may close the ticket then.

Note: See TracTickets for help on using tickets.
Back to Top