#20846: Increase contrib.auth's User.username length
---------------------------------+------------------------------------
     Reporter:  ivoras@…         |                    Owner:  nobody
         Type:  New feature      |                   Status:  new
    Component:  contrib.auth     |                  Version:  master
     Severity:  Release blocker  |               Resolution:
     Keywords:                   |             Triage Stage:  Accepted
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+------------------------------------

Comment (by adamchainz):

 We use utf8mb4 in production at YPlan just fine - we enable
 {{{innodb_large_prefix}}}, and use {{{ROW_FORMAT=DYNAMIC}}} or
 {{{ROW_FORMAT=COMPRESSED}}} on all tables, allowing the long indexes.
 However mandating this of all Django apps would be difficult - not
 everyone can change their DB config, and migrations don't currently allow
 {{{ROW_FORMAT}}} to be set and MySQL unfortunately doesn't let you set a
 default.

--
Ticket URL: <https://code.djangoproject.com/ticket/20846#comment:28>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/074.4e273f7e186c6a027d16367b6c1027ec%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to