#15971: The titles of admin list_filters aren't translated anymore ------------------------------------+--------------------------------- Reporter: mk | Owner: nobody Type: Bug | Status: reopened Milestone: | Component: contrib.admin Version: SVN | Severity: Release blocker Resolution: | Keywords: Triage Stage: Accepted | Has patch: 1 Needs documentation: 0 | Needs tests: 0 Patch needs improvement: 0 | Easy pickings: 0 ------------------------------------+---------------------------------
Comment (by julien): @mk: Agreed, which is what #15221 is suggesting. However, the patch here addresses the regression only, which is a slightly different issue. `FieldListFilter`, as a super class, should avoid trying to guess about its child classes' business. The best it can do is provide a sensible default (i.e. `verbose_name` if possible, or `field_path` if not). The patch in #15221 lets `RelatedFieldListFilter` (i.e. the child class) override this default behaviour. Again, this ticket is about fixing a regression that was introduced by [16144]. #15221 is about fixing a behaviour that has always existed. Hope that makes sense :-) -- Ticket URL: <http://code.djangoproject.com/ticket/15971#comment:6> 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 post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.