mezzanine
mezzanine copied to clipboard
Using raw_id_fields for a ForeignKey to Page.
The popup when I click the search icon on a raw_id_field that is a foreign key to a mezzanine Page, directs me to: http://localhost:8000/admin/pages/page/?_to_field=id&_popup=1. If I click on a page, it doesn't close the popup and fill in the id, instead it opens the admin interface for the page inside the popup window.
Not something I've used myself, feel free to submit a PR if you get it working.