django-jet
django-jet copied to clipboard
ForeignKey not working in django-jet
Hi,
I'm struggling with foreign-key in django-jet admin panel for couple month.
When I enable django-jet admin dashboard, fields with foreign-key shows no result found, But when I switch to django native admin interface, It will works like a charm.
Look at the picture for more detail. This problem is a pain in my ass.
@bobycloud I faced with the same problem (empty foreign field) when I use default model manager different from "objects". Did you manage to solve that problem?
@djtsov Hi, Because of this problem I decided not to use django-jet in my project.
Did anybody get any solution for it ?