ERRORS:
model_options.Article.authors: (fields.E340) The field's intermediary
table 'model_options_articleref_authors' clashes with the table name of
'model_options.ArticleRef.authors'.
model_options.Article.reviewers: (fields.E340) The field's intermediary
table 'model_options_articleref_reviewers' clashes with the table name of
'model_options.ArticleRef.reviewers'.
model_options.ArticleRef.authors: (fields.E340) The field's intermediary
table 'model_options_articleref_authors' clashes with the table name of
'model_options.Article.authors'.
model_options.ArticleRef.reviewers: (fields.E340) The field's intermediary
table 'model_options_articleref_reviewers' clashes with the table name of
'model_options.Article.reviewers'.
unmanaged_models.C01.mm_a: (fields.E340) The field's intermediary table
'd01' clashes with the table name of 'unmanaged_models.Intermediate'.
unmanaged_models.C02.mm_a: (fields.E340) The field's intermediary table
'd01' clashes with the table name of 'unmanaged_models.C01.mm_a'.
--
Ticket URL: <https://code.djangoproject.com/ticket/27204>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "27204.diff" added.
patch without tests
* needs_tests: 1 => 0
Comment:
[https://github.com/django/django/pull/7224 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/27204#comment:1>
* stage: Accepted => Ready for checkin
Comment:
[https://github.com/django/django/pull/7224/ PR #7224] looks good to me
and tests passed on my system. Just left a comment about a potential typo
on GitHub.
--
Ticket URL: <https://code.djangoproject.com/ticket/27204#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"e7abb5ba8608f90ce97c6edb031ae877195616f5" e7abb5ba]:
{{{
#!CommitTicketReference repository=""
revision="e7abb5ba8608f90ce97c6edb031ae877195616f5"
Fixed #27204 -- Made clashing m2m intermediary table checks ignore
unmanaged models.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27204#comment:3>