#30175: Django 2.1.6, 2.0.11, and 1.11.19 were mispackaged with missing or extra
files
---------------------------------+------------------------------------
     Reporter:  rm_              |                    Owner:  nobody
         Type:  Bug              |                   Status:  new
    Component:  Core (Other)     |                  Version:  1.11
     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 Giovanni Totaro - aka Vanni):

 Probably related anomaly --> After updating Django from 2.1.5 to 2.1.6 via
 pip3 I get:

 {{{
 ./manage.py makemigrations
 Migrations for 'auth':
   /home/---/venvs/---/lib/python3.5/site-
 packages/django/contrib/auth/migrations/0012_auto_20190211_1508.py
     - Alter field name on group
 }}}

 {{{
 cat /home/---/venvs/---/lib/python3.5/site-
 packages/django/contrib/auth/migrations/0012_auto_20190211_1520.py
 }}}

 {{{
 # Generated by Django 2.1.6 on 2019-02-11 14:20

 from django.db import migrations, models


 class Migration(migrations.Migration):

     dependencies = [
         ('auth', '0011_update_proxy_permissions'),
     ]

     operations = [
         migrations.AlterField(
             model_name='group',
             name='name',
             field=models.CharField(max_length=80, unique=True,
 verbose_name='name'),
         ),
     ]
 }}}

 but
 
[https://github.com/django/django/commit/e81955401885a93a459bcc130642b6ea5bf4ba4d
 #diff-49fc6cea24d46bdb27339c1aab392e32L111 commit Fixed #29939 --
 Increased Group.name max_length to 150 characters] has 2.2.x tags, and pip
 version has max_length=80 in django/contrib/auth/models.py:111

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30175#comment:7>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/061.30f405cc700feb20d5bb14fb546676c8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to