#31851: list_filter not working with foreign keys
-------------------------------+--------------------------------------
Reporter: Tom Carrick | Owner: nobody
Type: Bug | Status: closed
Component: contrib.admin | Version: master
Severity: Normal | Resolution: needsinfo
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 felixxm):
* status: new => closed
* resolution: => needsinfo
Comment:
It works for me also with a `ForeignKey` to model with `CIEmailField` as a
primary key, e.g.
{{{
class Author(models.Model):
email = CIEmailField(primary_key=True)
}}}
Please provide a sample project that reproduces this issue.
--
Ticket URL: <https://code.djangoproject.com/ticket/31851#comment:3>
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/065.03f9b82bae284259a05f39847af5cc5c%40djangoproject.com.