Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#12006 closed (duplicate)

UUID field needed

Reported by: ungerik Owned by: nobody
Component: Database layer (models, ORM) Version:
Severity: Keywords: uuid
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

128 bit integer field or emulation if db backend doesn't support that integer size or native UUIDs.
Text format/parse methods would be nice at the field object.

Change History (3)

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedDesign decision needed

Marking as DDN because there's no reason this has to live in Django core. Frankly I'm inclined to wontfix, but alas perhaps cooler heads will prevail.

comment:2 by Karen Tracey, 15 years ago

Resolution: duplicate
Status: newclosed

Isn't this #4682?

comment:3 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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