#35711: Running migrate with disabled migrations fails with version 5.1
----------------------------+--------------------------------------
Reporter: Mounir | Owner: (none)
Type: Bug | Status: closed
Component: Migrations | Version: 5.1
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------+--------------------------------------
Comment (by Mounir):
If it helps, this is the value causing the issue which get passed as
dependency parameters: ('audit_log', 'requestauditlog', 'content_type',
True)
Maybe it's only the case when using the contenttype framework:
{{{
content_type = models.ForeignKey(
ContentType,
on_delete=models.CASCADE,
verbose_name=_('Content type'),
blank=True,
null=True,
)
object_id = models.PositiveBigIntegerField(
verbose_name=_('Object ID'),
help_text=_('ID of the object to link'),
blank=True,
null=True,
)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/35711#comment:5>
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 view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/01070191993310eb-7f54f300-3b6e-4ef7-ad93-f51d84d63fc6-000000%40eu-central-1.amazonses.com.