[Django] #23163: makemigrations currently detecting changes in help text on auth.User

9 views
Skip to first unread message

Django

unread,
Aug 3, 2014, 11:50:35 PM8/3/14
to django-...@googlegroups.com
#23163: makemigrations currently detecting changes in help text on auth.User
----------------------------------------------+--------------------------
Reporter: dpn | Owner: andrewgodwin
Type: Uncategorized | Status: new
Component: Database layer (models, ORM) | Version: 1.7-rc-2
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
----------------------------------------------+--------------------------
Steps to reproduce:

1. check out stable/1.7.x from github
2. run makemigrations

The migration it wants to create is below:

```
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from django.db import models, migrations


class Migration(migrations.Migration):

dependencies = [
('auth', '0001_initial'),
]

operations = [
migrations.AlterField(
model_name='user',
name='groups',
field=models.ManyToManyField(help_text='The groups this user
belongs to. A user will get all permissions granted to each of his/her
group.', to=b'auth.Group', verbose_name='groups', blank=True),
),
migrations.AlterField(
model_name='user',
name='user_permissions',
field=models.ManyToManyField(help_text='Specific permissions
for this user.', to=b'auth.Permission', verbose_name='user permissions',
blank=True),
),
]
```

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

Django

unread,
Aug 3, 2014, 11:58:00 PM8/3/14
to django-...@googlegroups.com
#23163: makemigrations currently detecting changes in help text on auth.User
------------------------------------------+------------------------------
Reporter: dpn | Owner: andrewgodwin
Type: Uncategorized | Status: closed

Component: Database layer (models, ORM) | Version: 1.7-rc-2
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------+------------------------------
Changes (by Andrew Godwin <andrew@…>):

* status: new => closed
* resolution: => fixed


Comment:

In [changeset:"059f5d17c5fe92d6b4c5d189020ea59e9bed4472"]:
{{{
#!CommitTicketReference repository=""
revision="059f5d17c5fe92d6b4c5d189020ea59e9bed4472"
Fixed #23163: Align user help text with migrations
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/23163#comment:1>

Django

unread,
Aug 3, 2014, 11:58:21 PM8/3/14
to django-...@googlegroups.com
#23163: makemigrations currently detecting changes in help text on auth.User
------------------------------------------+------------------------------
Reporter: dpn | Owner: andrewgodwin
Type: Uncategorized | Status: closed

Component: Database layer (models, ORM) | Version: 1.7-rc-2
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------+------------------------------

Comment (by Andrew Godwin <andrew@…>):

In [changeset:"b2ab666aad269fbd6fc7a9999aa0e76e08744188"]:
{{{
#!CommitTicketReference repository=""
revision="b2ab666aad269fbd6fc7a9999aa0e76e08744188"
[1.7.x] Fixed #23163: Align user help text with migrations
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/23163#comment:2>

Django

unread,
Oct 23, 2015, 8:08:30 AM10/23/15
to django-...@googlegroups.com
#23163: makemigrations currently detecting changes in help text on auth.User
------------------------------+----------------------------------------
Reporter: dpn | Owner: andrewgodwin
Type: Bug | Status: closed
Component: contrib.auth | Version: 1.7-rc-2
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
------------------------------+----------------------------------------
Changes (by timgraham):

* needs_better_patch: => 0
* component: Database layer (models, ORM) => contrib.auth
* needs_tests: => 0
* needs_docs: => 0
* type: Uncategorized => Bug


Old description:

New description:

Steps to reproduce:


class Migration(migrations.Migration):

--

--
Ticket URL: <https://code.djangoproject.com/ticket/23163#comment:3>

Reply all
Reply to author
Forward
0 new messages