Opened 12 years ago

Closed 12 years ago

#17302 closed New feature (invalid)

Django have BigIntegerField, but where is BigAutoField?

Reported by: anonymous Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords: bigserial
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,
I need to have bigserial in my project, i find http://djangosnippets.org/snippets/1244/ but with ManyToMany, OneToOne, etc this work incorrect.
How i can use bigserial?

Change History (1)

comment:1 by Ramiro Morales, 12 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top