#22708: InvalidBasesError when running manage.py migrate
-----------------------------------+--------------------------------------
Reporter: strelnikovdmitrij | Owner: nobody
Type: Bug | Status: new
Component: Migrations | Version: 1.7-beta-2
Severity: Normal | Resolution:
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 anonymous):
* status: closed => new
* resolution: needsinfo =>
Comment:
This seems to have regressed. I can reproduce the error with these models
on today's stable/1.7.x
{{{
#!python
from django.contrib.contenttypes.models import ContentType
from django.db import models
class PageElement(models.Model):
content_type = models.ForeignKey(ContentType)
class Link(PageElement):
href = models.CharField(max_length=255)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22708#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/075.90f52a0e48d07620b936d2a36dc2ba76%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.