#4682: [patch] Add UuidField
-------------------------------------+-------------------------------------
     Reporter:  John Downey          |                    Owner:  nobody
  <jtdowney@…>                       |                   Status:  closed
         Type:  Uncategorized        |                  Version:  master
    Component:  Database layer       |               Resolution:  wontfix
  (models, ORM)                      |             Triage Stage:  Design
     Severity:  Normal               |  decision needed
     Keywords:  uuid field           |      Needs documentation:  0
    Has patch:  0                    |  Patch needs improvement:  0
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by anonymous):

 I vote++ on this.

 In 2012 it is definitely worth considering adding UUID as a field type in
 the core Django codebase. Many of the Django DB backends now support UUID
 as a real type (read: 1st rate, optimized, indexed >> the PG 128bit field
 is a backend implementation example).

 I know it is easy to implement or pull in from django_extensions but,
 seriously, UUIDs are not just CharFields in some of these backends. Isn't
 it time that django seriously considers growing up with the DBMS that it
 supports?

 Thanks!

-- 
Ticket URL: <https://code.djangoproject.com/ticket/4682#comment:15>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to