Instead of nice formatted one: "fk_name 'foo' is not a ForeignKey to
'foo.Foo'."
--
Ticket URL: <https://code.djangoproject.com/ticket/23451>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_docs: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_better_patch: => 0
Comment:
Fixed in: https://github.com/django/django/pull/3198
--
Ticket URL: <https://code.djangoproject.com/ticket/23451#comment:1>
* version: master => 1.7
* stage: Unreviewed => Ready for checkin
Comment:
Will add release notes and commit this.
--
Ticket URL: <https://code.djangoproject.com/ticket/23451#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"f7eee04ebe32277d2f3d7860abfb9a22c6ccf19d"]:
{{{
#!CommitTicketReference repository=""
revision="f7eee04ebe32277d2f3d7860abfb9a22c6ccf19d"
Fixed #23451 -- Fixed typo in inlineformset_factory() error message.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23451#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"a3e9e9e6c6dc9ccff85c2a6d8db88cc207127f0c"]:
{{{
#!CommitTicketReference repository=""
revision="a3e9e9e6c6dc9ccff85c2a6d8db88cc207127f0c"
[1.7.x] Fixed #23451 -- Fixed typo in inlineformset_factory() error
message.
Backport of f7eee04ebe from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23451#comment:4>