id summary reporter owner description type status component version severity resolution keywords cc stage has_patch needs_docs needs_tests needs_better_patch easy ui_ux 4759 [newforms-admin] fixed a bug, admin class has no 'manager' attribute yi.codeplayer at gmail dot com nobody "First you need Ticket #4587, so you has ``model._meta.admin`` , but admin class has no attribute named 'manager', and this patch fixed this. {{{ - self.lookup_choices = model._meta.admin.manager.distinct().order_by(f.name).values(f.name) + self.lookup_choices = model._meta.admin(model).queryset(request).distinct().order_by(f.name).values(f.name) }}}" closed contrib.admin newforms-admin duplicate Unreviewed 1 0 0 0 0 0