Comment (by Salvo Polizzi):
Can i help with this issue? If anyone can give me some advice or reference
to other similar issues, I would like to contribute
--
Ticket URL: <https://code.djangoproject.com/ticket/35056#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Hrushikesh Vaidya):
Could this be fixed with a simple `hasattr(field.remote_field, 'through')`
check before accessing `through`?
--
Ticket URL: <https://code.djangoproject.com/ticket/35056#comment:5>
* owner: nobody => uktamjon-komilov
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/35056#comment:6>
* owner: uktamjon-komilov => (none)
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/35056#comment:7>
* owner: nobody => Mariusz Felisiak
* status: new => assigned
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/17647 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/35056#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"751d732a3815a68bdb5b7aceda0e7d5981362c4a" 751d732a]:
{{{
#!CommitTicketReference repository=""
revision="751d732a3815a68bdb5b7aceda0e7d5981362c4a"
Fixed #35056 -- Fixed system check crash on reverse m2m relations with
related_name in ModelAdmin.filter_horizontal/vertical.
Thanks Thomas Feldmann for the report.
Regression in 107865780aa44914e21d27fdf4ca269bc61c7f01.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/35056#comment:7>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"9a182f3d959d16354e24f34713df602f1bef6556" 9a182f3d]:
{{{
#!CommitTicketReference repository=""
revision="9a182f3d959d16354e24f34713df602f1bef6556"
[5.0.x] Fixed #35056 -- Fixed system check crash on reverse m2m relations
with related_name in ModelAdmin.filter_horizontal/vertical.
Thanks Thomas Feldmann for the report.
Regression in 107865780aa44914e21d27fdf4ca269bc61c7f01.
Backport of 751d732a3815a68bdb5b7aceda0e7d5981362c4a from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/35056#comment:8>